MDL-67470 theme_boost: settings_menu_proxy correct background

the .region_main_settings_proxy was introduced in MDL-56582 using the
wrong bootstrap variable for the background color
This commit is contained in:
Bas Brands
2019-12-31 09:55:50 +08:00
committed by Jun Pataleta
parent 7850f76a93
commit 6dadb71bba
+1 -1
View File
@@ -49,7 +49,7 @@ $blocks-plus-gutter: $blocks-column-width + ( $grid-gutter-width / 2 );
.region_main_settings_menu_proxy {
width: 4rem;
height: 2rem;
background-color: $card-bg;
background-color: $body-bg;
margin-left: $card-spacer-x / 2;
margin-bottom: $card-spacer-x / 2;
border-bottom-left-radius: 0.5rem;