10 lines
182 B
SCSS
Raw Normal View History

2016-08-24 15:09:42 +02:00
/* Import */
@import '../../styles/variables/variables';
.homePage { /* stylelint-disable */
display: flex;
}
.homePageRightWrapper {
width: calc(100% - #{$left-menu-width});
}