initial commit

This commit is contained in:
2015-09-28 00:35:10 +02:00
commit 8d9d3758c3
31 changed files with 20647 additions and 0 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;