16 lines
304 B
SCSS
Raw Normal View History

2016-08-24 15:09:42 +02:00
// Import
@import "../../styles/variables/variables";
.header { /* stylelint-ignore */
width: 100%;
height: $header-height;
2016-09-09 11:21:54 +02:00
position: fixed;
z-index: 100;
left: $left-menu-width;
2016-08-24 15:09:42 +02:00
box-shadow: 0 1px 2px 0 rgba(40, 42, 49, 0.16);
2016-09-09 11:21:54 +02:00
background-color: $white;
2016-08-24 15:09:42 +02:00
line-height: $header-height;
}