diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-13 16:30:01 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-13 16:30:01 +0300 |
| commit | 1723f427f59bb6bf62bb35de93c7226aef2e8727 (patch) | |
| tree | 925933a592cd05329810d83e347d7bd50a50116b /src/components/notifications | |
| parent | 7b657fcccd3524aba552cab4ee1005057fd83d41 (diff) | |
updates
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index a98c2549..98fdd3f5 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -7,7 +7,7 @@ .unseen-count { display: inline-block; background-color: $fallback--cRed; - background-color: var(--cRed, $fallback--cRed); + background-color: var(--badgeNotification, $fallback--cRed); text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); border-radius: 99px; min-width: 22px; @@ -27,7 +27,7 @@ } .unseen { - box-shadow: inset 4px 0 0 var(--cRed, $fallback--cRed); + box-shadow: inset 4px 0 0 var(--badgeNotification, $fallback--cRed); padding-left: 0; } } @@ -44,8 +44,8 @@ border-radius: var(--tooltipRadius, $fallback--tooltipRadius); color: $fallback--faint; color: var(--faint, $fallback--faint); - background-color: $fallback--cAlertRed; - background-color: var(--cAlertRed, $fallback--cAlertRed); + background-color: $fallback--alertError; + background-color: var(--alertError, $fallback--alertError); padding: 2px .5em } |
