aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-25 01:22:27 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-25 05:52:27 +0530
commitd2ed60679b0cca12e35d379286be36d904be750a (patch)
treefd9165909b3cc32c1b5c22c7589ca1e59678d1ab /src/styles
parentchore: convert the last few stores to typescript (diff)
downloadferdium-app-d2ed60679b0cca12e35d379286be36d904be750a.tar.gz
ferdium-app-d2ed60679b0cca12e35d379286be36d904be750a.tar.zst
ferdium-app-d2ed60679b0cca12e35d379286be36d904be750a.zip
Fix service labels styling (#356)
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/tabs.scss6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index ce843520a..f2b7235d7 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -31,10 +31,10 @@
31 align-items: center; 31 align-items: center;
32 display: flex; 32 display: flex;
33 height: 65px; 33 height: 65px;
34 justify-content: center; 34 justify-content: space-evenly;
35 min-height: 50px; 35 min-height: 50px;
36 position: relative; 36 position: relative;
37 flex-wrap: wrap; 37 flex-direction: column;
38 @media (prefers-reduced-motion: no-preference) { 38 @media (prefers-reduced-motion: no-preference) {
39 transition: background $theme-transition-time; 39 transition: background $theme-transition-time;
40 } 40 }
@@ -63,9 +63,7 @@
63 63
64 .tab-item__label { 64 .tab-item__label {
65 display: flex; 65 display: flex;
66 position: relative;
67 font-size: 11px; 66 font-size: 11px;
68 justify-content: center;
69 } 67 }
70 68
71 &.is-disabled .tab-item__icon { 69 &.is-disabled .tab-item__icon {