Gnome: Fix shell log because of double values for box-shadow

This commit is contained in:
EliverLara
2020-11-15 13:47:12 -06:00
parent e4e4fada9b
commit 496f02a801
2 changed files with 16 additions and 22 deletions

View File

@@ -4,17 +4,11 @@
// drawing of depth/shadows
$depth: 0 1px 2px rgba(0, 0, 0, 0.10),
0 2px 3px rgba(0, 0, 0, 0.22);
$depth2: 0 1px 2px rgba(0, 0, 0, 0.15),
0 2px 3px rgba(0, 0, 0, 0.30);
$depth3: inset 0 1px 1px rgba(0, 0, 0, 0.06),
inset 0 1px 2px rgba(0, 0, 0, 0.20),
0px 1px 0px 0px rgba(255, 255, 255, 0.15);
$depth4: inset 0 1px 2px rgba(0, 0, 0, 0.10),
inset 0 2px 3px rgba(0, 0, 0, 0.22);
$depth5: inset 0 1px 2px rgba(0, 0, 0, 0.15),
inset 0 2px 3px rgba(0, 0, 0, 0.30);
$depth: 0 1px 2px rgba(0, 0, 0, 0.10);
$depth2: 0 1px 2px rgba(0, 0, 0, 0.15);
$depth3: inset 0 1px 1px rgba(0, 0, 0, 0.06);
$depth4: inset 0 1px 2px rgba(0, 0, 0, 0.10);
$depth5: inset 0 1px 2px rgba(0, 0, 0, 0.15);
$depth6: 0 2px 4px 2px transparentize(black, 0.8);
// generic drawing of more complex things