Premier commit
This commit is contained in:
commit
08d105b7c0
102 changed files with 40084 additions and 0 deletions
12
scss/_variables.scss
Normal file
12
scss/_variables.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
// Variables
|
||||
|
||||
// Gray and Brand Colors for use across theme
|
||||
|
||||
$theme-primary: #F05F40;
|
||||
|
||||
$gray-base: #000 !default;
|
||||
$gray-darker: lighten($gray-base, 13.5%) !default; // #222
|
||||
$gray-dark: lighten($gray-base, 20%) !default; // #333
|
||||
$gray: lighten($gray-base, 33.5%) !default; // #555
|
||||
$gray-light: lighten($gray-base, 46.7%) !default; // #777
|
||||
$gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
|
Loading…
Add table
Add a link
Reference in a new issue