asiaH2/assets/stylesheets/template/layout/content.scss

12 lines
170 B
SCSS

@charset "utf-8";
@import "../initial";
.layout-content {
min-height: 37.5em;
background: $theme-green-light;
.container {
@extend .response-container;
}
}