aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tabs/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/tabs/index.scss')
-rw-r--r--ui/app/components/tabs/index.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/app/components/tabs/index.scss b/ui/app/components/tabs/index.scss
new file mode 100644
index 000000000..a3b42f8e3
--- /dev/null
+++ b/ui/app/components/tabs/index.scss
@@ -0,0 +1,11 @@
+@import './tab/index';
+
+.tabs {
+ &__list {
+ display: flex;
+ justify-content: flex-start;
+ background-color: #f9fafa;
+ border-bottom: 1px solid $geyser;
+ padding: 0 16px;
+ }
+}