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, 0 insertions, 11 deletions
diff --git a/ui/app/components/tabs/index.scss b/ui/app/components/tabs/index.scss
deleted file mode 100644
index a3b42f8e3..000000000
--- a/ui/app/components/tabs/index.scss
+++ /dev/null
@@ -1,11 +0,0 @@
-@import './tab/index';
-
-.tabs {
- &__list {
- display: flex;
- justify-content: flex-start;
- background-color: #f9fafa;
- border-bottom: 1px solid $geyser;
- padding: 0 16px;
- }
-}