2016-05-26 22:28:28 +02:00
|
|
|
.leaflet-control-layers {
|
|
|
|
background: none;
|
2016-05-27 01:34:42 +02:00
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: none;
|
2016-05-26 22:28:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.leaflet-control-layers-toggle {
|
|
|
|
background: none;
|
2016-05-27 01:34:42 +02:00
|
|
|
|
2016-05-26 22:28:28 +02:00
|
|
|
&::before {
|
2016-05-27 01:34:42 +02:00
|
|
|
color: $color-primary;
|
|
|
|
content: '\f229';
|
2016-05-26 22:28:28 +02:00
|
|
|
display: inline-block;
|
2016-05-27 01:34:42 +02:00
|
|
|
font-family: $font-family-icons;
|
2016-05-26 22:28:28 +02:00
|
|
|
font-size: 2.3rem;
|
2016-05-27 01:34:42 +02:00
|
|
|
line-height: 1;
|
2016-05-26 22:28:28 +02:00
|
|
|
speak: none;
|
|
|
|
text-rendering: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaflet-control-layers-expanded {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaflet-control-layers-list {
|
2016-05-27 01:34:42 +02:00
|
|
|
background: rgba($color-white, .9);
|
|
|
|
color: $color-gray-dark;
|
2016-05-26 22:28:28 +02:00
|
|
|
padding: 10px;
|
2016-05-27 01:34:42 +02:00
|
|
|
|
2016-05-26 22:28:28 +02:00
|
|
|
label {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|