10 lines
169 B
SCSS
10 lines
169 B
SCSS
|
.leaflet-container a {
|
||
|
color: $color__link !important;
|
||
|
|
||
|
}
|
||
|
.leaflet-attribution-flag {
|
||
|
height: 0px !important;
|
||
|
width: 0px !important;
|
||
|
display: none !important;
|
||
|
}
|