mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
15 lines
241 B
SCSS
15 lines
241 B
SCSS
@import '../constants/dimensions';
|
|
|
|
.header {
|
|
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;
|
|
}
|
|
}
|