mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
Chore: more comfortable shadows
This commit is contained in:
parent
492042cf58
commit
7f094c5ac7
@ -43,6 +43,7 @@
|
|||||||
position: sticky !important;
|
position: sticky !important;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
|
box-shadow: inset -9px 0 8px -14px $color-black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -114,7 +115,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
box-shadow: 2px 8px 8px 0px rgba(0, 0, 0, 0.2);
|
box-shadow: inset -9px 0 8px -14px $color-black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user