diff --git a/src/components/user_card/user_card.scss b/src/components/user_card/user_card.scss index c0d079575..19593e6a4 100644 --- a/src/components/user_card/user_card.scss +++ b/src/components/user_card/user_card.scss @@ -206,10 +206,10 @@ padding: 0.6em; margin: -0.6em; - &.save-profile-button, - &.reset-profile-button, - &.edit-banner-button { - width: auto; + .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)); } &:hover .icon { @@ -273,11 +273,15 @@ z-index: 1; line-height: 2em; text-shadow: - 0 0 5em var(--profileTint), 0 0 1em var(--profileTint), 0 0 0.5em var(--profileTint), 0 0 0.2em var(--profileTint); + .alert { + text-shadow: none; + } + + --emoji-size: 1.7em; .RichContent {