[ADD] theme 13.0
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
$s-banner-3-carousel-height: 500px;
|
||||
$s-banner-3-padding: 30px;
|
||||
$s-banner-3-h1-size: 50px;
|
||||
$s-banner-3-h2-size: 30px;
|
||||
|
||||
@mixin s-banner-3-row-hook {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
height: auto;
|
||||
|
||||
img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@mixin s-banner-3-col-center-hook {
|
||||
text-align: left;
|
||||
width: 400px;
|
||||
height: auto;
|
||||
padding-bottom: 10px;
|
||||
margin-top: 100px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
float: right;
|
||||
@media screen and (max-width: 640px) { // FIXME
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
text-align: center !important;
|
||||
width: auto;
|
||||
margin-top: 0;
|
||||
}
|
||||
h1 {
|
||||
@include media-breakpoint-down(sm) {
|
||||
font-size: 40px !important;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
#wrap {
|
||||
box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// Website customizations
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-website-values-palettes: (
|
||||
(
|
||||
'font-number': 6,
|
||||
'headings-font-number': 6,
|
||||
'navbar-font-number': 1,
|
||||
'buttons-font-number': 6,
|
||||
),
|
||||
);
|
||||
@@ -0,0 +1,22 @@
|
||||
$s-banner-parallax-text-color: white;
|
||||
@mixin s-banner-parallax-row-hook {
|
||||
.hero-bg:before {
|
||||
border-top: 0px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
.hero-bg:after {
|
||||
border-top: 0px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
@mixin s-banner-parallax-hero-bg-hook {
|
||||
margin-top: 200px;
|
||||
width: auto;
|
||||
float: right;
|
||||
margin-right: 50px;
|
||||
text-align: right;
|
||||
@media screen and (max-width: 640px) { // FIXME
|
||||
margin-top: 50px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
|
||||
.s_three_columns {
|
||||
padding-top: 80px !important;
|
||||
img {
|
||||
margin: 0 auto;
|
||||
border-radius: 0;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
h4 {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user