10 lines
No EOL
161 B
CSS
10 lines
No EOL
161 B
CSS
.tabHeader {
|
|
display: flex;
|
|
align-items: center;
|
|
/* margin-bottom: 25px; */
|
|
|
|
& .tabTitle {
|
|
margin: 0 15px 0 0;
|
|
font-weight: 400 !important;
|
|
}
|
|
} |