mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
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:
parent
7850f76a93
commit
6dadb71bba
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user