fix(ags): remove bad box-shadows

This commit is contained in:
matt1432 2023-10-31 10:23:49 -04:00
parent 4e53263c7b
commit efe8aa9c63
2 changed files with 1 additions and 4 deletions

View file

@ -1,12 +1,10 @@
.applauncher {
all: unset;
box-shadow: 0 0 4.5px 0 rgba(0, 0, 0, 0.6);
margin: 9px;
border: 2px solid $contrast-bg;
border-radius: 25px;
background-color: $bg;
color: #f8f8f2;
padding: 16.2px;
padding: 10px;
* {
font-size: 16px;

View file

@ -6,7 +6,6 @@
border-top-right-radius: 0;
border: 2px solid $contrast-bg;
padding: 0;
box-shadow: 0 0 4.5px 0 rgba(0, 0, 0, 0.6);
* {
font-size: 16px;