This commit is contained in:
Vince
2021-05-14 21:45:33 +08:00
parent 3bcde52aae
commit 6b2f2115ff
5 changed files with 5 additions and 13 deletions

View File

@@ -1,9 +1,5 @@
// Dash to Dock
$dash_panel_bg: if($variant == 'light', rgba(#f1f1f1, 0.15), rgba(#101010, 0.25));
$dash_panel_fg: if($variant == 'light', black, white);
$dash_radius: 18px;
// Scrollview style
.bottom #dashtodockDashScrollview,
.top #dashtodockDashScrollview {