mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:21:17 +01:00
Clean up layer.scss
This commit is contained in:
parent
9a947658e2
commit
c837179f71
1 changed files with 4 additions and 0 deletions
|
@ -135,6 +135,7 @@
|
|||
.maputnik-input-block-label {
|
||||
color: darken($color-lowgray, 25%);
|
||||
}
|
||||
|
||||
.maputnik-string,
|
||||
.maputnik-number,
|
||||
.maputnik-color,
|
||||
|
@ -143,9 +144,11 @@
|
|||
background-color: darken($color-gray, 2%);
|
||||
color: darken($color-lowgray, 25%);
|
||||
}
|
||||
|
||||
.maputnik-make-zoom-function svg {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.maputnik-multibutton .maputnik-button {
|
||||
background-color: darken($color-midgray, 10%);
|
||||
color: darken($color-lowgray, 25%);
|
||||
|
@ -155,6 +158,7 @@
|
|||
color: $color-white;
|
||||
}
|
||||
}
|
||||
|
||||
.maputnik-multibutton .maputnik-button-selected {
|
||||
background-color: darken($color-midgray, 2%);
|
||||
color: $color-lowgray;
|
||||
|
|
Loading…
Reference in a new issue