This commit is contained in:
Denys Konovalov
2020-06-27 10:05:59 +02:00
commit 225c08d3a0
393 changed files with 19804 additions and 0 deletions

View File

@ -0,0 +1,17 @@
// Color Variables
$primary-color: #ffbc3b;
$secondary-color: #1a1a37;
$text-color: #5c5c77;
$text-color-light: #8585a4;
$text-color-dark: #1e1e4b;
$body-color: #fff;
$border-color: #ededf1;
$black: #000;
$white: #fff;
$light: #f8f9fe;
$gray: #f8f8f8;
// Font Variables
$primary-font: 'Poppins', sans-serif;
$secondary-font: 'futura-bold';
$icon-font: 'themify';