[ADD] theme 13.0
|
After Width: | Height: | Size: 245 KiB |
|
After Width: | Height: | Size: 494 KiB |
|
After Width: | Height: | Size: 151 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 91 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 119 KiB |
|
After Width: | Height: | Size: 121 KiB |
|
After Width: | Height: | Size: 81 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 258 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 131 KiB |
|
After Width: | Height: | Size: 228 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 68 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 159 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 52 KiB |
@@ -0,0 +1,40 @@
|
||||
$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: white;
|
||||
border: 15px solid rgba(255, 255, 255, .5);
|
||||
@include media-breakpoint-down(lg) {
|
||||
text-align: left !important;
|
||||
width: auto;
|
||||
margin-top: 0;
|
||||
}
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
@mixin s-banner-3-hook {
|
||||
border: 15px solid white;
|
||||
border-left-width: 50px;
|
||||
border-right-width: 50px;
|
||||
@include media-breakpoint-down(sm) {
|
||||
border-width: 10px;
|
||||
}
|
||||
}
|
||||
@@ -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,13 @@
|
||||
.s_three_columns {
|
||||
padding-top: 80px !important;
|
||||
img {
|
||||
margin: 0 auto;
|
||||
border-radius: 0;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
h4 {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||