aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/ui/tabs/tab/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/ui/tabs/tab/index.scss')
-rw-r--r--ui/app/components/ui/tabs/tab/index.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/ui/app/components/ui/tabs/tab/index.scss b/ui/app/components/ui/tabs/tab/index.scss
new file mode 100644
index 000000000..1de6ffa0e
--- /dev/null
+++ b/ui/app/components/ui/tabs/tab/index.scss
@@ -0,0 +1,15 @@
+.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;
+ }
+}