2021-05-06 18:51:19 +02:00
|
|
|
@import "colors";
|
2021-06-30 10:28:02 +02:00
|
|
|
@import "constants";
|
2021-05-06 18:51:19 +02:00
|
|
|
|
2021-01-28 15:27:29 +01:00
|
|
|
.areas-title {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
2015-08-10 11:05:06 +02:00
|
|
|
}
|
2015-12-08 11:32:29 +01:00
|
|
|
|
2021-01-28 15:27:29 +01:00
|
|
|
.areas {
|
|
|
|
margin-bottom: 10px;
|
2016-06-24 16:41:44 +02:00
|
|
|
|
2021-01-28 15:27:29 +01:00
|
|
|
input {
|
|
|
|
margin-top: 5px;
|
2016-06-24 16:41:44 +02:00
|
|
|
}
|
2021-01-28 15:27:29 +01:00
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2022-04-20 11:14:48 +02:00
|
|
|
.form [data-react-component-value='MapEditor'] [data-reach-combobox-input] {
|
2021-01-28 15:27:29 +01:00
|
|
|
margin-bottom: 0;
|
2016-06-24 16:41:44 +02:00
|
|
|
}
|
2021-05-06 18:51:19 +02:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
2021-06-30 10:28:02 +02:00
|
|
|
|
|
|
|
.map-style-panel {
|
2022-02-08 12:49:51 +01:00
|
|
|
z-index: 1;
|
2021-06-30 10:28:02 +02:00
|
|
|
padding: $default-spacer;
|
|
|
|
margin-bottom: $default-spacer;
|
|
|
|
|
|
|
|
ul {
|
2021-07-01 18:50:35 +02:00
|
|
|
list-style: none;
|
2021-06-30 10:28:02 +02:00
|
|
|
padding: $default-spacer;
|
|
|
|
padding-bottom: 0;
|
|
|
|
margin-bottom: -$default-spacer;
|
|
|
|
|
|
|
|
label {
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-05-06 18:51:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.cadastres-selection-control {
|
2022-02-08 12:49:51 +01:00
|
|
|
z-index: 1;
|
2021-05-06 18:51:19 +02:00
|
|
|
position: absolute;
|
|
|
|
top: 135px;
|
|
|
|
left: 10px;
|
|
|
|
|
|
|
|
button {
|
|
|
|
&.on,
|
|
|
|
&:hover {
|
|
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|