first commit
This commit is contained in:
21
layout/style-scss/_variables.scss
Normal file
21
layout/style-scss/_variables.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
$font-1: 'DM Sans', sans-serif;
|
||||
$font-2: 'Anton', sans-serif;
|
||||
$font-3: 'Space Grotesk', sans-serif;
|
||||
$font-4: 'Poppins', sans-serif;
|
||||
$font-5: 'Proxima Nova', sans-serif;
|
||||
$cWhite: #fff;
|
||||
$cYellow: #ffbf0b;
|
||||
$cBlackText: #000;
|
||||
$cBlack: #000;
|
||||
$cVioletDarkBg: #100e19;
|
||||
$cVioletText: #86849e;
|
||||
$cGrayLightBg: #ededef;
|
||||
$cGrayLighterBg: #fafafa;
|
||||
$cGrayText: #545362;
|
||||
$cGrayLightText: #b2b2b2;
|
||||
$cGrayTextMini: #454554;
|
||||
$cGray: #7b798f;
|
||||
$cBlue: #3a68fe;
|
||||
$cText2: #242f39;
|
||||
$cGreen: #2bac25;
|
||||
$box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
|
||||
Reference in New Issue
Block a user