aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-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}