diff --git a/src/styles/_layer.scss b/src/styles/_layer.scss index 5631d49..50b841a 100644 --- a/src/styles/_layer.scss +++ b/src/styles/_layer.scss @@ -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;