aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tabs/tab/index.scss
blob: 1de6ffa0e42b63dd5522da3cdda2395a36135480 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
  }
}