mirror of
https://github.com/Wessel/Roommapper.git
synced 2026-07-18 22:13:58 +02:00
32 lines
413 B
SCSS
32 lines
413 B
SCSS
.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: 2px solid #008080;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.map-choice {
|
|
margin-bottom: 5px;
|
|
display: flex;
|
|
gap: 10px;
|
|
|
|
.map-selector {
|
|
min-width: 100px;
|
|
}
|
|
}
|