mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
245 B
SCSS
13 lines
245 B
SCSS
4 months ago
|
@import 'leaflet/dist/leaflet.css';
|
||
|
|
||
|
#InlineMap {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
#mapContainer{
|
||
|
height: 400px;
|
||
|
&.dark-mode{
|
||
|
filter: invert(100%) hue-rotate(120deg) brightness(95%) contrast(90%);
|
||
|
}
|
||
|
}
|
||
|
}
|