blob: 866722b97ebd89cc6a6d646256bd8aa9c74da39d (
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: $dark-gray;
border-bottom: 1px solid $geyser;
padding: 0 16px;
}
}
|