hopglass/scss/modules/_leaflet-layer.scss

35 lines
566 B
SCSS
Raw Permalink Normal View History

2016-05-26 22:28:28 +02:00
.leaflet-control-layers {
background: none;
border-radius: 0;
box-shadow: none;
2016-05-26 22:28:28 +02:00
}
.leaflet-control-layers-toggle {
background: none;
2016-05-26 22:28:28 +02:00
&::before {
color: $color-primary;
content: '\f229';
2016-05-26 22:28:28 +02:00
display: inline-block;
font-family: $font-family-icons;
2016-05-26 22:28:28 +02:00
font-size: 2.3rem;
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 {
background: rgba($color-white, .9);
color: $color-gray-dark;
2016-05-26 22:28:28 +02:00
padding: 10px;
2016-05-26 22:28:28 +02:00
label {
cursor: pointer;
}
}