aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/tabs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/tabs.scss')
-rw-r--r--src/styles/tabs.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index ab7cee08d..c5111fa91 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -54,6 +54,9 @@
54 .tab-item__icon { 54 .tab-item__icon {
55 margin-left: -4px; 55 margin-left: -4px;
56 } 56 }
57 .tab-item__label {
58 margin-left: -4px;
59 }
57 } 60 }
58 61
59 &.is-label-enabled{ 62 &.is-label-enabled{
@@ -91,7 +94,7 @@
91 align-items: center; 94 align-items: center;
92 background: $theme-brand-danger; 95 background: $theme-brand-danger;
93 border-radius: 20px; 96 border-radius: 20px;
94 bottom: 8px; 97 top: 8px;
95 color: #fff; 98 color: #fff;
96 display: flex; 99 display: flex;
97 font-size: 11px; 100 font-size: 11px;