2016-12-01 16:44:03 +01:00

13 lines
220 B
SCSS

// Import
@import "../../styles/variables/variables";
.leftMenu { /* stylelint-ignore */
background: $left-menu-bg;
height: 100vh;
width: $left-menu-width;
float: left;
position: fixed;
top: 0;
left: 0;
}