Added templates for demo

This commit is contained in:
2019-12-08 15:41:01 +05:30
parent 4eb0c4b933
commit 685ea00b05
2368 changed files with 371593 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
// colors
$color1: #4ca6ff;
//$color1: #df0726;
//$color1: #462C5E;
$color2: $color1;
//$color2: #FEA91F;
$black : #0d0d0d;
$dark-black : #0d0d0d;
$white : #ffffff;
// fonts
$sans : "Roboto" , "Helvetica", sans-serif;
$sans-serif : "Open Sans" ,"Roboto", "Helvetica", sans-serif;
$serif : "Playfair Display" , "Helvetica", sans-serif;
$condensed : "Bebas Neue", sans-serif;
$geo : "Montserrat", "Open Sans" ,sans-serif;
// size
$text-size : 14px;
$text-small : 14px;

View File

@@ -0,0 +1,17 @@
@import "./mixins";
@import "./variables";
/* Font customization */
.section .content .title-desc h2{
font-family: $geo;
letter-spacing: 0;
}
.section .content .item-list li h3,
.section-slider .content .slider-wrapper .items-slides .swiper-slide .slideitem-wrapper .item-desc h3{
font-family: $geo;
font-weight: bold;
letter-spacing: 0;
}