apply shadow to everything, not just icons
This commit is contained in:
parent
f0250ffc52
commit
c7ad009496
1 changed files with 3 additions and 6 deletions
|
|
@ -205,12 +205,9 @@
|
|||
line-height: 2em;
|
||||
padding: 0.6em;
|
||||
margin: -0.6em;
|
||||
|
||||
.icon {
|
||||
filter: drop-shadow(0 0 5em var(--profileTint))
|
||||
drop-shadow(0 0 0.5em var(--profileTint))
|
||||
drop-shadow(0 0 0.2em var(--profileTint));
|
||||
}
|
||||
filter: drop-shadow(0 0 5em var(--profileTint))
|
||||
drop-shadow(0 0 0.5em var(--profileTint))
|
||||
drop-shadow(0 0 0.2em var(--profileTint));
|
||||
|
||||
&.edit-banner-button {
|
||||
width: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue