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

37 lines
563 B
SCSS

@charset "utf-8";
@import "../initial";
.layout-content {
min-height: 10em;
.container {
@extend .response-container;
}
}
.layout-content-box2 {
padding-bottom: 0.5em;
background: #fff;
}
.onepart{
border-bottom: 1.5px solid #e4e4e4;
padding-bottom: 1em;
}
.layout-content-inner{
min-height: 37em;
background-color: #fff;
}
.topbanner{
@media (min-width: 1024px){
width: 83%;
float: right;
.banner-responsive{
height: 422px;
width: auto;
max-width: unset;
transform: scale(1.5);
}
}
}