Started on dashboard styling and implementation

This commit is contained in:
Elliot Hesp
2014-12-04 15:32:46 +00:00
parent 32dab0ae00
commit 0ed4b553e4
13 changed files with 402 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
body {
background: #f5f5f5;
}
html, body {
height: 100%;
}
@import "partials/base";
@import "partials/header";
@import "partials/sidebar";