meshviewer/scss/modules/_leaflet-layer.scss

44 lines
744 B
SCSS
Raw Normal View History

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;
opacity: .7;
}
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-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 {
background: rgba($color-white, .9);
color: $color-gray-dark;
2016-05-26 20:28:28 +00:00
padding: 10px;
2016-05-26 20:28:28 +00:00
label {
cursor: pointer;
}
}