79 lines
1.4 KiB
SCSS
Executable File
79 lines
1.4 KiB
SCSS
Executable File
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
|
|
.layout-content {
|
|
// margin-top: -1.5em;
|
|
.content-shadow {
|
|
-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
|
|
@media(max-width:767px) {
|
|
box-shadow: unset;
|
|
}
|
|
}
|
|
|
|
.container {
|
|
margin: 0 auto;
|
|
padding-bottom: 30px;
|
|
background: #e8e8e8;
|
|
|
|
@extend .response-content;
|
|
}
|
|
.layout-content-inner {
|
|
padding: 40px 25px;
|
|
@media(max-width:580px) {
|
|
padding: 15px 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.internal-page {
|
|
.layout-content .layout-content-inner {
|
|
margin-top: 0;
|
|
background: #fff;
|
|
margin: 1em;
|
|
}
|
|
}
|
|
|
|
.row { margin: 0; }
|
|
.row.col-sm-8, .row.col-sm-4 {
|
|
.layout-content-box { clear: both; }
|
|
}
|
|
.row.col-sm-8 {
|
|
width: 70%;
|
|
@media(max-width:767px) {
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
}
|
|
.w-annc, .widget-link {
|
|
background: #fff;
|
|
padding: 0.2em 0.8em 1.5em;
|
|
margin-bottom: 0.8em;
|
|
}
|
|
|
|
.row.col-sm-4 {
|
|
width: 30%;
|
|
// section[data-pp="2"] {
|
|
// background: #fff;
|
|
// padding: 0.2em 0.8em 1.5em;
|
|
// margin-bottom: 0.8em;
|
|
// }
|
|
|
|
section[data-pp="27"] {
|
|
.ba-banner-widget-4 {
|
|
img.w-ba-banner__image {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
}
|
|
}
|
|
@media(max-width:767px) {
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
section[data-pp="1002"] {
|
|
.w-annc { background: #fefefe; }
|
|
.w-annc .w-annc__title { color: $widget-title; }
|
|
} |