![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/walla3t.corals.io/wp-content/plugins/apper-core/assets/scss/ |
/* Template Name: Wrapkit Author: wrappixel Email: [email protected] File: scss */ // Variables - here you can change this global values of the UI Kit $bodyfont:'Montserrat', sans-serif; $headingfont:'Montserrat', sans-serif; $stylishfont: 'Calafia-Regular'; /*Theme Colors*/ $bodycolor: #ffffff; $headingtext: #3e4555; $bodytext: #8d97ad; $themecolor: #07d79c; $themecolor-alt: #26c6da; $themecolor-dark: #3aba85; /*bootstrap Color*/ $danger: #ff4d7e; $success: #2cdd9b; $warning: #fec500; $primary: #316ce8; $info: #188ef4; $inverse: #3e4555; $muted: #8d97ad; $dark: #263238; $light: #f5f7fa; $extra-light: #ebf3f5; $secondary: #727b84; $facebook: #3b5a9a; $twitter: #56adf2; /*Light colors*/ $light-danger: #f9e7eb; $light-success: #e8fdeb; $light-warning: #fff8ec; $light-primary: #f1effd; $light-info: #cfecfe; $light-inverse: #f6f6f6; $light-megna: #e0f2f4; $danger-dark: #d73e6b; $success-dark: #1dc8cd; $warning-dark: #dcaf17; $primary-dark: #345bcb; $info-dark: #2c73cb; $red-dark: #d61f1f; $inverse-dark: #232a37; $dark-transparent:rgba(0, 0, 0, 0.05); /*Normal Color*/ $white: #ffffff; $red: #fb3a3a; $yellow: #fed700; $purple: #7460ee; $blue: #02bec9; $megna: #1dc8cd; $orange:#ff6a5b; /*Extra Variable*/ $rgt: right; $lft: left; $border: rgba(120, 130, 140, 0.13); $radius: 4px; $card-shadow:0px 0px 30px rgba(115, 128, 157, 0.1); $img-shadow:0px 0px 30px rgba(115, 128, 157, 0.3); /*Gradiant*/ @mixin linear-gradient($direction, $color-stops...) { background: nth(nth($color-stops, 1), 1); background: -webkit-linear-gradient(legacy-direction($direction), $color-stops); background: linear-gradient($direction, $color-stops); }