mirror of
https://github.com/Wessel/Roommapper.git
synced 2026-07-17 13:33:58 +02:00
fix: Missing stylesheet
This commit is contained in:
30
src/Web/src/scss/index.scss
Normal file
30
src/Web/src/scss/index.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
.control {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.control-buttons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
justify-content: space-evenly;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.output-field {
|
||||
width: 300px;
|
||||
min-height: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.map-canvas {
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
.map-choice {
|
||||
margin-bottom: 5px;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
|
||||
.map-selector {
|
||||
min-width: 100px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user