mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 07:16:02 +00:00
10 lines
182 B
SCSS
10 lines
182 B
SCSS
/* Import */
|
|
@import '../../styles/variables/variables';
|
|
|
|
.homePage { /* stylelint-disable */
|
|
display: flex;
|
|
}
|
|
|
|
.homePageRightWrapper {
|
|
width: calc(100% - #{$left-menu-width});
|
|
} |