mirror of
https://github.com/maputnik/editor.git
synced 2026-03-23 10:40:01 +00:00
Clean up layer.scss
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user