mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
18 lines
282 B
SCSS
18 lines
282 B
SCSS
@import '../constants/colors';
|
|
@import '../constants/dimensions';
|
|
|
|
.ReactTabs {
|
|
.ReactTabs__TabList {
|
|
flex-basis: $line-height-md;
|
|
}
|
|
|
|
.ReactTabs__Tab button {
|
|
height: $line-height-md;
|
|
color: $hl;
|
|
}
|
|
|
|
.ReactTabs__Tab--selected button {
|
|
color: inherit;
|
|
}
|
|
}
|