mirror of
https://github.com/strapi/strapi.git
synced 2025-08-04 06:49:16 +00:00
13 lines
220 B
SCSS
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;
|
|
}
|