Base Layout work

This commit is contained in:
NGPixel
2016-08-17 23:52:23 -04:00
parent 04426ed6a7
commit 24d0a6b698
36 changed files with 1009 additions and 16 deletions

9
client/scss/app.scss Normal file
View File

@@ -0,0 +1,9 @@
@import './layout/_fonts';
@import './layout/_base';
$warning: #f68b39;
@import 'bulma';
@import './layout/_header';
@import './layout/_footer';