mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
16 lines
267 B
SCSS
16 lines
267 B
SCSS
@import '../constants/dimensions';
|
|
|
|
.header {
|
|
box-sizing: border-box;
|
|
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;
|
|
}
|
|
}
|