aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-26 03:19:04 +0300
committerHenry Jameson <me@hjkos.com>2018-11-26 03:19:04 +0300
commit9a9dc47fc573af28429a641bf5408ead1c0d33ec (patch)
tree345f5ad3d2c535b5959463258f10c39781bd0c4f /src/components/notifications/notifications.scss
parent572c874f5cd1e997de70c7771075ca1444f95549 (diff)
better preview, collateral fixes
Diffstat (limited to 'src/components/notifications/notifications.scss')
-rw-r--r--src/components/notifications/notifications.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 3f22b690..87c89f6a 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -4,23 +4,6 @@
// a bit of a hack to allow scrolling below notifications
padding-bottom: 15em;
- .unseen-count {
- display: inline-block;
- background-color: $fallback--cRed;
- background-color: var(--badgeNotification, $fallback--cRed);
- border-radius: 99px;
- min-width: 22px;
- max-width: 22px;
- min-height: 22px;
- max-height: 22px;
- color: white;
- color: var(--badgeNotificationText, white);
- font-size: 15px;
- line-height: 22px;
- text-align: center;
- vertical-align: middle
- }
-
.loadmore-error {
color: $fallback--text;
color: var(--text, $fallback--text);