69 lines
978 B
SCSS
69 lines
978 B
SCSS
@import "colors";
|
|
@import "constants";
|
|
|
|
|
|
.areas {
|
|
margin-bottom: 10px;
|
|
|
|
input {
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
|
|
.form [data-react-component-value='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;
|
|
}
|
|
}
|
|
|
|
.map-style-panel {
|
|
z-index: 1;
|
|
padding: $default-spacer;
|
|
margin-bottom: $default-spacer;
|
|
|
|
ul {
|
|
list-style: none;
|
|
padding: $default-spacer;
|
|
padding-bottom: 0;
|
|
margin-bottom: -$default-spacer;
|
|
|
|
label {
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.cadastres-selection-control {
|
|
z-index: 1;
|
|
position: absolute;
|
|
top: 135px;
|
|
left: 10px;
|
|
|
|
button {
|
|
&.on,
|
|
&:hover {
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
}
|
|
}
|
|
}
|