13 lines
220 B
SCSS
Raw Normal View History

2016-08-24 15:09:42 +02:00
// Import
@import "../../styles/variables/variables";
.leftMenu { /* stylelint-ignore */
background: $left-menu-bg;
height: 100vh;
width: $left-menu-width;
float: left;
2016-09-09 11:21:54 +02:00
position: fixed;
top: 0;
left: 0;
2016-08-24 15:09:42 +02:00
}