@@ -1,6 +1,7 @@
|
||||
@use "@styles/common";
|
||||
@use "@styles/var";
|
||||
@use "@styles/color";
|
||||
@use "@styles/page.project.panel";
|
||||
|
||||
$thumbnail-max-size: 60px;
|
||||
|
||||
@@ -10,6 +11,7 @@ $thumbnail-max-size: 60px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
@include common.font();
|
||||
|
||||
.maplibregl-marker-covered {
|
||||
pointer-events: none;
|
||||
@@ -135,4 +137,17 @@ $thumbnail-max-size: 60px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.maplibregl-ctrl-bottom-right {
|
||||
margin: var.$block-spacing;
|
||||
transition: transform 0.5s;
|
||||
@extend .panel-control;
|
||||
|
||||
.maplibregl-ctrl-scale {
|
||||
margin: 0;
|
||||
background-color: transparent;
|
||||
border-color: color.$default;
|
||||
color: color.$default;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user