54 lines
691 B
SCSS
54 lines
691 B
SCSS
@import "colors";
|
|
|
|
.areas-title {
|
|
font-weight: bold;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.areas {
|
|
margin-bottom: 10px;
|
|
|
|
input {
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
|
|
.form [data-react-class='MapEditor'] [data-reach-combobox-input] {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.map-style-control {
|
|
position: absolute;
|
|
bottom: 4px;
|
|
left: 10px;
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
|
|
button {
|
|
padding: 0;
|
|
border: none;
|
|
cursor: pointer;
|
|
|
|
> div {
|
|
position: absolute;
|
|
bottom: 5px;
|
|
left: 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.cadastres-selection-control {
|
|
position: absolute;
|
|
top: 135px;
|
|
left: 10px;
|
|
|
|
button {
|
|
&.on,
|
|
&:hover {
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
}
|
|
}
|
|
}
|