Don't include _var.scss in dashboard.scss now that the bootstrap versions have diverged

This commit is contained in:
Kevin MacMartin 2018-01-11 23:36:17 -05:00
parent 9c5deaf737
commit 51e6b5ef10
2 changed files with 8 additions and 6 deletions

View file

@ -27,11 +27,6 @@ $c-base: #08c; // base
$c-accent: #000; // accent
$c-error: #f00; // error
$c-dashboard-dark: #3e6087;
$c-dashboard-light: #f1f1f1;
$c-dashboard-edit: #87823e;
$c-dashboard-delete: #87483e;
// Values
$nav-link-count: 2;

View file

@ -7,12 +7,19 @@
@import "SpinKit/css/spinners/11-folding-cube";
// Core
@import "_var";
@import "_fonts";
// Fontawesome Path
$fa-font-path: "/fonts";
// Colours
$c-text: #111; // text
$c-text-light: #fff; // light text
$c-dashboard-dark: #3e6087;
$c-dashboard-light: #f1f1f1;
$c-dashboard-edit: #87823e;
$c-dashboard-delete: #87483e;
//
// Main Dashboard Styles
//