aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/tabs.scss
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-15 16:26:12 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-15 16:26:12 +0100
commitd9bbf686ae2458fdcb3b033a806f3c2eb72492da (patch)
tree0f38836e69ff763341c936f1716be7ba55f6e2d7 /src/styles/tabs.scss
parentIterate on ecac9de1704ab75990eac16bc4aebb17bac774f5 (diff)
downloadferdium-app-d9bbf686ae2458fdcb3b033a806f3c2eb72492da.tar.gz
ferdium-app-d9bbf686ae2458fdcb3b033a806f3c2eb72492da.tar.zst
ferdium-app-d9bbf686ae2458fdcb3b033a806f3c2eb72492da.zip
Various appearance fixes
Diffstat (limited to 'src/styles/tabs.scss')
-rw-r--r--src/styles/tabs.scss5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index c5111fa91..fbff544ed 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -14,9 +14,6 @@
14 &.is-disabled .tab-item__icon { 14 &.is-disabled .tab-item__icon {
15 filter: grayscale(100%) opacity(0.2); 15 filter: grayscale(100%) opacity(0.2);
16 } 16 }
17 .tab-item__icon {
18 width: 34px;
19 }
20} 17}
21 18
22.tabs { 19.tabs {
@@ -47,9 +44,9 @@
47 $theme-brand-primary, 44 $theme-brand-primary,
48 $lightness: min(lightness($theme-brand-primary) * 1.35, 100) 45 $lightness: min(lightness($theme-brand-primary) * 1.35, 100)
49 ); 46 );
47 border-color: $theme-brand-primary;
50 border-left-width: 4px; 48 border-left-width: 4px;
51 border-left-style: solid; 49 border-left-style: solid;
52 color: $theme-brand-primary;
53 50
54 .tab-item__icon { 51 .tab-item__icon {
55 margin-left: -4px; 52 margin-left: -4px;