Clean up layer.scss

This commit is contained in:
Lukas Martinelli 2017-01-25 13:23:29 +01:00
parent 9a947658e2
commit c837179f71

View file

@ -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;