mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
16 lines
273 B
SCSS
16 lines
273 B
SCSS
|
@import '../constants/dimensions';
|
||
|
|
||
|
.header {
|
||
|
height: $line-height-md;
|
||
|
line-height: $line-height-md;
|
||
|
flex-shrink: 0;
|
||
|
|
||
|
.header__content {
|
||
|
width: 100%;
|
||
|
display: block;
|
||
|
height: $line-height-md;
|
||
|
box-sizing: border-box;
|
||
|
padding: 0 $padding-md;
|
||
|
}
|
||
|
}
|