2017-08-16 18:47:02 +02:00

10 lines
182 B
SCSS
Executable File

/* Import */
@import '../../styles/variables/variables';
.homePage { /* stylelint-disable */
display: flex;
}
.homePageRightWrapper {
width: calc(100% - #{$left-menu-width});
}