drop not applicable css remmants

This commit is contained in:
Mateusz Konieczny 2022-12-06 13:05:33 +01:00
parent f181daa900
commit 0fa112e732

View File

@ -1,15 +1,5 @@
.map-theme {
filter: grayscale(100%) invert(1);
}
.map-theme {
filter: none;
}
.map-switcher-inline {
border-radius: 4px;
}
.map-switcher-inline {
background: #FFC0CB;
margin: 12px;
min-width: 280px;
@ -26,8 +16,3 @@
background-image: none;
border-color: #ff6065;
}
@media (max-width: 990px){
.map-switcher-inline {
visibility: hidden;
}
}