2016-05-26 20:28:28 +00:00
|
|
|
.leaflet-control-layers {
|
2016-05-29 18:11:05 +00:00
|
|
|
&.leaflet-control {
|
|
|
|
background: transparent;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
margin: 0;
|
2016-06-01 19:21:21 +00:00
|
|
|
opacity: .8;
|
2016-05-29 18:11:05 +00:00
|
|
|
}
|
2016-05-26 20:28:28 +00:00
|
|
|
}
|
|
|
|
|
2016-05-29 18:11:05 +00:00
|
|
|
.leaflet-control-container {
|
|
|
|
.leaflet-control-layers-toggle {
|
|
|
|
background: none;
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
2016-05-26 23:34:42 +00:00
|
|
|
|
2016-05-29 18:11:05 +00:00
|
|
|
&::before {
|
|
|
|
color: $color-primary;
|
|
|
|
content: '\f229';
|
|
|
|
display: inline-block;
|
|
|
|
font-family: $font-family-icons;
|
|
|
|
font-size: 2.3rem;
|
|
|
|
line-height: 1;
|
|
|
|
speak: none;
|
|
|
|
text-rendering: auto;
|
|
|
|
}
|
2016-05-26 20:28:28 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaflet-control-layers-expanded {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaflet-control-layers-list {
|
2016-06-01 19:21:21 +00:00
|
|
|
background: transparentize($color-white, .1);
|
2016-05-26 23:34:42 +00:00
|
|
|
color: $color-gray-dark;
|
2016-05-26 20:28:28 +00:00
|
|
|
padding: 10px;
|
2016-05-26 23:34:42 +00:00
|
|
|
|
2016-05-26 20:28:28 +00:00
|
|
|
label {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|