initial commit of base template

This commit is contained in:
David Miller
2014-10-24 21:11:07 -04:00
parent 3ae294a3ef
commit bf85ed3592
29 changed files with 20424 additions and 3 deletions

7
less/variables.less Normal file
View File

@@ -0,0 +1,7 @@
// Variables
@brand-primary: #0085A1;
@gray-dark: lighten(black, 25%);
@gray: lighten(black, 50%);
@white-faded: fade(white, 80%);
@gray-light: #eee;