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

21 lines
273 B
SCSS

@charset "utf-8";
@import "../initial";
.layout-content {
min-height: 37.5em;
.container {
@extend .response-container;
}
}
.layout-content-inner{
background-color:#72bcad;
}
.layout-content-box2{
background-color: #72bcad;
}
section.box{
clear: both;
}