aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tabs/index.scss
blob: a3b42f8e3c0588bc5b8ad2694582ccc77ae1b403 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
@import './tab/index';

.tabs {
  &__list {
    display: flex;
    justify-content: flex-start;
    background-color: #f9fafa;
    border-bottom: 1px solid $geyser;
    padding: 0 16px;
  }
}