aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/tabs.scss
diff options
context:
space:
mode:
authorLibravatar Suvarna Sivadas <31803071+Suvarna221B@users.noreply.github.com>2021-10-25 20:28:00 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-25 20:28:00 +0530
commitef0c253f87f9fa11382eeaa913e5e676afde7be5 (patch)
treef5e3cfd038347466c9d96d530dabfcffcb569c99 /src/styles/tabs.scss
parent5.6.3-nightly.42 [skip ci] (diff)
downloadferdium-app-ef0c253f87f9fa11382eeaa913e5e676afde7be5.tar.gz
ferdium-app-ef0c253f87f9fa11382eeaa913e5e676afde7be5.tar.zst
ferdium-app-ef0c253f87f9fa11382eeaa913e5e676afde7be5.zip
Show error indicator when the service fails to load (#2124)
Co-authored-by: Johan K Mathew <johankmathew@gmail.com>
Diffstat (limited to 'src/styles/tabs.scss')
-rw-r--r--src/styles/tabs.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index 16318b9f6..b7f1a9e11 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -136,4 +136,13 @@
136 &.is-reordering { 136 &.is-reordering {
137 z-index: 99999; 137 z-index: 99999;
138 } 138 }
139
140 .tab-item__error-icon{
141 font-size: 1.9em;
142 color: red;
143 position: absolute;
144 top: 6px;
145 right: 0px;
146 transform: scaleX(1.5);
147 }
139} 148}