You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.1 KiB
59 lines
1.1 KiB
|
|
//font
|
|
$font-text: 'Montserrat', sans-serif;
|
|
|
|
$font-default: 'Karla', sans-serif;
|
|
$font-main-heading: 'Karla', sans-serif;
|
|
|
|
|
|
|
|
//colors
|
|
// #b22126
|
|
// #152235
|
|
// #48576c
|
|
|
|
$color-brand: #fcfcfc;
|
|
$color-brand2: #467dbd;
|
|
$color-brand3: #699cce;
|
|
$color-brand4: #8cbbdf;
|
|
$color-brand5: #b0dbf081;
|
|
$color-brand6:#222831;
|
|
$select-focus-color: #242452;
|
|
$color-black:#000000;
|
|
$color-white:#fff;
|
|
$color-off-white:#F5FCF0;
|
|
$color-text:#3d3d3d;
|
|
$color-transparent:#00000021 ;
|
|
$color-grey:#e2e2e2;
|
|
$color-off:#b7b7b7;
|
|
$select-border-color: #ccc;
|
|
|
|
|
|
//font-size
|
|
|
|
|
|
$font-h1:36px;
|
|
$font-h2: 18px;
|
|
$font-h3:36px;
|
|
$font-h4: 25px;
|
|
$font-h5:36px;
|
|
$font-h6: 18px;
|
|
$font-size-banner:60px;
|
|
$font-heading:46px;
|
|
$font-sub-heading:28px;
|
|
$font-text:14px;
|
|
|
|
$color-1: #2ecc71;
|
|
$color-2: #3498db;
|
|
$color-3: #f1c40f;
|
|
$color-4: #e74c3c;
|
|
$primary: #dc5656;
|
|
$primary-ultralight: mix(rgb(230, 199, 199), $primary, 80%);
|
|
$primary-light: mix(white, $primary, 25%);
|
|
$primary-dark: mix(black, $primary, 25%);
|
|
$primary-ultradark: mix(black, $primary, 80%);
|
|
$black: #333333;
|
|
$white: #eeeeee;
|
|
|
|
|
|
// Button
|
|
|