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

58 lines
803 B
SCSS

@charset "utf-8";
@import "../initial";
.layout-content {
min-height: 600px;
margin-bottom: 2em;
background-color: #fff;
.container {
@extend .response-content;
}
.content01{
margin-top:0;
@media(min-width: 992px){
margin-top: 25px;
}
}
}
.layout-content-box{
padding:0 -1px;
}
.layout-content-box{
.widget-link{
.widget-title{
padding-left: 25px;
border-bottom: 1px solid #ccc;
}
}
}
.w-ba-banner__wrap {
width: 100%;
max-width: 100%;
height: auto;
overflow: hidden;
a{
display: inline-block;
width: 100%;
height: auto;
margin: 5px ;
transition:all .5s;
@media(max-width: 480px){
margin:0 0 5px 0;
}
}
a:hover{
opacity: .5;
}
}
.row{
margin-left: 0;
margin-right:0;
}