mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Don't include _var.scss in dashboard.scss now that the bootstrap versions have diverged
This commit is contained in:
parent
9c5deaf737
commit
51e6b5ef10
2 changed files with 8 additions and 6 deletions
5
resources/assets/sass/_var.scss
vendored
5
resources/assets/sass/_var.scss
vendored
|
@ -27,11 +27,6 @@ $c-base: #08c; // base
|
||||||
$c-accent: #000; // accent
|
$c-accent: #000; // accent
|
||||||
$c-error: #f00; // error
|
$c-error: #f00; // error
|
||||||
|
|
||||||
$c-dashboard-dark: #3e6087;
|
|
||||||
$c-dashboard-light: #f1f1f1;
|
|
||||||
$c-dashboard-edit: #87823e;
|
|
||||||
$c-dashboard-delete: #87483e;
|
|
||||||
|
|
||||||
// Values
|
// Values
|
||||||
$nav-link-count: 2;
|
$nav-link-count: 2;
|
||||||
|
|
||||||
|
|
9
resources/assets/sass/dashboard.scss
vendored
9
resources/assets/sass/dashboard.scss
vendored
|
@ -7,12 +7,19 @@
|
||||||
@import "SpinKit/css/spinners/11-folding-cube";
|
@import "SpinKit/css/spinners/11-folding-cube";
|
||||||
|
|
||||||
// Core
|
// Core
|
||||||
@import "_var";
|
|
||||||
@import "_fonts";
|
@import "_fonts";
|
||||||
|
|
||||||
// Fontawesome Path
|
// Fontawesome Path
|
||||||
$fa-font-path: "/fonts";
|
$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
|
// Main Dashboard Styles
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue