58 lines
1.1 KiB
SCSS
58 lines
1.1 KiB
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
@import "../initial";
|
||
|
|
||
|
.layout-content {
|
||
|
min-height: 37.5em;
|
||
|
z-index: 2;
|
||
|
|
||
|
&.container {
|
||
|
@extend .response-container;
|
||
|
}
|
||
|
.layout-content-inner {
|
||
|
width: 80.5%;
|
||
|
float: right;
|
||
|
padding: 25% 2% 0;
|
||
|
|
||
|
@media(max-width:767px) {
|
||
|
width: 100%;
|
||
|
float: unset;
|
||
|
padding: 0 1em;
|
||
|
}
|
||
|
}
|
||
|
.left-box {
|
||
|
width: 19.5%;
|
||
|
float: left;
|
||
|
}
|
||
|
section[data-pp="6"] {
|
||
|
background: url('/assets/aboutbg.png') 0 0 no-repeat;
|
||
|
padding: 1em;
|
||
|
& > div {
|
||
|
padding: 0 1.5em;
|
||
|
}
|
||
|
@media (max-width:767px) {
|
||
|
& > h3 { margin:0 !important; }
|
||
|
}
|
||
|
|
||
|
}
|
||
|
section[data-pp="2"] {
|
||
|
.widget-gallery.widget2 .widget-pic { width: 50%; }
|
||
|
}
|
||
|
.page-module-title {
|
||
|
@extend .unity-title;
|
||
|
font-size: 0.85rem;
|
||
|
text-align: left;
|
||
|
position: relative;
|
||
|
&:before {
|
||
|
content: '';
|
||
|
background: url(/assets/caption.gif) no-repeat 0 0;
|
||
|
display: inline-block;
|
||
|
width: 20px;
|
||
|
height: 16px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.internal-page {
|
||
|
.layout-content .layout-content-inner { padding: 12% 0% 0; }
|
||
|
}
|