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

26 lines
367 B
SCSS

@charset "utf-8";
@import "../initial";
.layout-content {
min-height: 10em;
.container {
@extend .response-container;
}
}
.leftbanner{
clear: both;
}
.layout-content-box2 {
padding-bottom: 0.5em;
}
.onepart{
border-bottom: 1.5px solid #e4e4e4;
padding-bottom: 1em;
}
.layout-content-inner{
//min-height: 37em;
background-color: #fff;
}