lesson 7
This commit is contained in:
11
nodeJS/Learning/06/src/styles/_variable.scss
Normal file
11
nodeJS/Learning/06/src/styles/_variable.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
// setting all variables I want to use
|
||||
|
||||
$primary: rgb(238, 213, 232);
|
||||
$secondary: rgb(92, 89, 92);
|
||||
$black: rgb(0, 0, 0);
|
||||
$white: rgb(255, 255, 255);
|
||||
$formprimary: #545353;
|
||||
$hovercolor: rgb(252, 27, 121);
|
||||
$formcolor: rgb(255, 124, 192);
|
||||
$font-header: "EB Garamond", serif;
|
||||
$font-body: "Cutive Mono", monospace;
|
||||
Reference in New Issue
Block a user