forked from ddrilling/asb_cloud_front
Исправлено отображение тайлов на карте
This commit is contained in:
parent
ad59f4b840
commit
cbbe992966
@ -4,11 +4,14 @@
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
& .pigeon-tiles-box > .pigeon-tiles > * {
|
& > div[dir="ltr"] {
|
||||||
filter: brightness(0.6) invert(1) contrast(3) hue-rotate(200deg) saturate(0.3) brightness(0.7);
|
|
||||||
background: @bg-color !important;
|
background: @bg-color !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& .pigeon-tiles-box > .pigeon-tiles > * {
|
||||||
|
filter: brightness(0.6) invert(1) contrast(3) hue-rotate(200deg) saturate(0.3) brightness(0.7) grayscale(1);
|
||||||
|
}
|
||||||
|
|
||||||
& .pigeon-attribution {
|
& .pigeon-attribution {
|
||||||
background: fade(@bg-color, 70%) !important;
|
background: fade(@bg-color, 70%) !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user