fix(ags): remove incorrect box-shadows
This commit is contained in:
parent
e1d746b0f5
commit
2caeb6f438
2 changed files with 0 additions and 2 deletions
|
@ -48,7 +48,6 @@
|
||||||
.notification-list-box {
|
.notification-list-box {
|
||||||
background: $bgfull;
|
background: $bgfull;
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
|
|
||||||
|
|
||||||
scrollbar {
|
scrollbar {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
|
|
@ -54,7 +54,6 @@
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
border-top: 2px solid $contrast-bg;
|
border-top: 2px solid $contrast-bg;
|
||||||
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
|
|
||||||
|
|
||||||
scrollbar {
|
scrollbar {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
|
Loading…
Reference in a new issue