fix(ags): remove bad box-shadows
This commit is contained in:
parent
4e53263c7b
commit
efe8aa9c63
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue