This commit is contained in:
Mark Moser
2017-09-06 13:54:48 -05:00
commit be34c5148b
29 changed files with 5120 additions and 0 deletions

View File

@ -0,0 +1,14 @@
$white: #fff;
$light: rgba(246, 244, 243, 1);
$light-grey: rgba(191, 189, 193, 1);
$dark-grey: rgba(46, 47, 47, 1);
$black: #000;
$yellow: rgba(255, 200, 87, 1);
$orange: rgba(233, 114, 76, 1);
$red: rgba(197, 40, 61, 1);
$blue: rgba(37, 95, 133, 1);
$dark-blue: rgba(24, 48, 89, 1);
$copy-light: $white;
$copy-dark: $black;

View File

@ -0,0 +1 @@
$gutter: 15px;