aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss2
-rw-r--r--src/styles/tabs.scss2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 580917fe2..dab48ef0b 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -197,6 +197,8 @@
197 overflow-y: scroll; 197 overflow-y: scroll;
198 padding: 25px 15px 15px 25px; 198 padding: 25px 15px 15px 25px;
199 199
200 .badge { margin-right: 10px; }
201
200 &::-webkit-scrollbar { width: 8px; } 202 &::-webkit-scrollbar { width: 8px; }
201 203
202 /* Track */ 204 /* Track */
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index 65ca97a54..d09353e38 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -52,7 +52,7 @@
52 52
53 .tab-item__message-count { 53 .tab-item__message-count {
54 align-items: center; 54 align-items: center;
55 background: #0088cc; 55 background: $theme-brand-danger;
56 border-radius: 20px; 56 border-radius: 20px;
57 bottom: 8px; 57 bottom: 8px;
58 color: #FFF; 58 color: #FFF;