aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tabs/tab/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/tabs/tab/index.scss')
-rw-r--r--ui/app/components/tabs/tab/index.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/ui/app/components/tabs/tab/index.scss b/ui/app/components/tabs/tab/index.scss
deleted file mode 100644
index 1de6ffa0e..000000000
--- a/ui/app/components/tabs/tab/index.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-.tab {
- color: #8C8E94;
- font-size: .75rem;
- text-transform: uppercase;
- cursor: pointer;
- padding: 8px 0;
- margin: 0 8px;
- min-width: 50px;
- text-align: center;
-
- &--active {
- color: $black;
- border-bottom: 2px solid $curious-blue;
- }
-}