xarxaprod-wp-theme/sass/plugins/leaflet/_leaflet.scss

23 lines
446 B
SCSS

.leaflet-container a {
color: $color__link !important;
}
.leaflet-attribution-flag {
height: 0px !important;
width: 0px !important;
display: none !important;
}
.leaflet-marker-pane {
.leaflet-interactive > svg {
max-width: 0px;
width: 0px;
max-height: 0px;
height: 0px;
}
.dashicons,.dashicons-before::before {
width: $font__size-body*2;
height: $font__size-body*2;
font-size: $font__size-body*2;
}
}