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

62 lines
1.0 KiB
SCSS

@charset "utf-8";
@import "../initial";
.layout-content {
min-height: 600px;
//margin-bottom: 2em;
.container {
// @extend .response-content;
@media (min-width: $screen-sm) {
& > div{
padding: 0;
margin: 0;
}
}
}
.row {
background: $theme-white;
}
}
.page-home{
.layout-content {
min-height: 600px;
margin-bottom: 0;
.container {
// @extend .response-content;
& > div{
padding: 0;
}
& > .row{
background-color: #ebeae6;
margin: 0;
@media (min-width: $screen-lg) {
background-color: #ebeae6;
}
}
}
.layout-content-boxR {
padding: 10px;
@media (min-width: $screen-sm){
padding: 10px
}
}
.page-home .layout-content .layout-content-boxL {
margin-top: 20px;
margin-left: -10px;
padding: 5px 10px 5px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: #49ccc1;
@media (min-width: $screen-sm){
padding: 10px;
}
}
}
}