Compare commits
3 commits
7ee584c65d
...
242de86c35
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
242de86c35 | ||
|
|
c7ad009496 | ||
|
|
f0250ffc52 |
1 changed files with 5 additions and 4 deletions
|
|
@ -205,11 +205,12 @@
|
|||
line-height: 2em;
|
||||
padding: 0.6em;
|
||||
margin: -0.6em;
|
||||
filter: drop-shadow(0 0 5em var(--profileTint))
|
||||
drop-shadow(0 0 0.5em var(--profileTint))
|
||||
drop-shadow(0 0 0.2em var(--profileTint));
|
||||
|
||||
.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));
|
||||
&.edit-banner-button {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
&:hover .icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue