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.
xshop/resources/views/segments/index/InlineMap/InlineMap.scss

13 lines
245 B
SCSS

@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%);
}
}
}