improve shadows on user-card
This commit is contained in:
parent
49a98a6fe2
commit
267692f56a
1 changed files with 9 additions and 5 deletions
|
|
@ -206,10 +206,10 @@
|
||||||
padding: 0.6em;
|
padding: 0.6em;
|
||||||
margin: -0.6em;
|
margin: -0.6em;
|
||||||
|
|
||||||
&.save-profile-button,
|
.icon {
|
||||||
&.reset-profile-button,
|
filter: drop-shadow(0 0 5em var(--profileTint))
|
||||||
&.edit-banner-button {
|
drop-shadow(0 0 0.5em var(--profileTint))
|
||||||
width: auto;
|
drop-shadow(0 0 0.2em var(--profileTint));
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover .icon {
|
&:hover .icon {
|
||||||
|
|
@ -273,11 +273,15 @@
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 5em var(--profileTint),
|
|
||||||
0 0 1em var(--profileTint),
|
0 0 1em var(--profileTint),
|
||||||
0 0 0.5em var(--profileTint),
|
0 0 0.5em var(--profileTint),
|
||||||
0 0 0.2em var(--profileTint);
|
0 0 0.2em var(--profileTint);
|
||||||
|
|
||||||
|
.alert {
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
--emoji-size: 1.7em;
|
--emoji-size: 1.7em;
|
||||||
|
|
||||||
.RichContent {
|
.RichContent {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue