Update _common.scss

This commit is contained in:
Vince 2021-08-13 22:47:13 +08:00
parent d3436994ed
commit 7316471a83

View File

@ -1317,17 +1317,10 @@ $menu_border: if($variant=='light', darken($menu_bg, 18%), darken($menu_bg, 12%)
min-width: 64px; min-width: 64px;
min-height: 64px; min-height: 64px;
color: $osd_fg_color; color: $osd_fg_color;
border-radius: 0;
background-color: $osd_bg_color; background-color: $osd_bg_color;
border: none; border: none;
border-radius: $wm_radius;
@if $trans == 'true' { box-shadow: 0 5px 10px rgba(black, 0.25);
border-image: url("assets/menu.svg") 17 17 17 17;
}
@else {
border-image: url("assets/menu-solid.svg") 17 17 17 17;
}
.osd-monitor-label { font-size: 3em; } .osd-monitor-label { font-size: 3em; }