dropshadow for icons
This commit is contained in:
parent
34dd6e7cda
commit
4d4909d492
2 changed files with 5 additions and 2 deletions
|
@ -1 +0,0 @@
|
||||||
fuck the haters :middlefinger:
|
|
|
@ -167,7 +167,7 @@ html, body {
|
||||||
|
|
||||||
.dci, .igi, .lki, .bci, .eti, .lci, .xmi {
|
.dci, .igi, .lki, .bci, .eti, .lci, .xmi {
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
transition: 0.2s;
|
transition: transform 0.2s;
|
||||||
width: 2.75em;
|
width: 2.75em;
|
||||||
height: 2.75em;
|
height: 2.75em;
|
||||||
}
|
}
|
||||||
|
@ -379,4 +379,8 @@ button {
|
||||||
height: 99.9%;
|
height: 99.9%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
svg {
|
||||||
|
filter: drop-shadow(#cccccc 0.4px 0 7px) !important;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue