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

10 lines
182 B
SCSS

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