|
|
@ -48,6 +48,7 @@ const changeTab = tab => { |
|
|
|
align-items: center; |
|
|
|
justify-content: space-evenly; |
|
|
|
.tab { |
|
|
|
color: #f0921f; |
|
|
|
flex: 1; |
|
|
|
background: #f9f9f9; |
|
|
|
font-family: Source Han Sans; |
|
|
@ -56,7 +57,6 @@ const changeTab = tab => { |
|
|
|
line-height: normal; |
|
|
|
letter-spacing: 0.04em; |
|
|
|
font-feature-settings: 'kern' on; |
|
|
|
color: #939393; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|