Server : Apache System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 User : apache ( 48) PHP Version : 8.0.28 Disable Function : NONE Directory : /var/www/html/durgesh/evento/assets/scss/ |
/*------------- Color Variable --------------*/
//Colors
$white: #ffffff;
$black: #16161a;
$gray:#f7f7fd;
// font-color
$heading-color:#26264b;
$heading_color2: #242b5e;
//Theme color
$theme-color: #331391;
$theme-color2: #1f2b7b;
$theme-color3: #f27420;
$theme-color4: #ff3500;
// Body Font
$body-text-color: #7f8192;
$hr-border-color:#eceff8;
// btn and Section color
$btn_bg: #331391;
// Section Bg
$section_bg1: #454545;
.white-bg{
background: #ffffff;
}
.gray-bg{
background: #f5f5f5;
}
$gray-color: #bebebe;
$gray-color-2: #bdbdbd;
// font color
$font_color1: #10285d;
$border_color: #fdcb9e;
// bg
$brand-bg: #f1f4fa;
$testimonial-bg:#f9fafc;
/*-------------Color include--------------*/
/*-- Background color---*/
.gray-bg {
background: $gray;
}
.white-bg {
background:$white;
}
.black-bg {
background: $black;
}
.theme-bg {
background:$theme-color;
}
.brand-bg{
background: $brand-bg;
}
.testimonial-bg{
background: $testimonial-bg;
}
/*--- color------*/
.white-color {
color: $white;
}
.black-color {
color: $black;
}
.theme-color {
color: $theme-color;
}