mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-10 03:26:38 -05:00
27 lines
457 B
SCSS
27 lines
457 B
SCSS
|
//
|
||
|
// Overrides
|
||
|
//
|
||
|
|
||
|
$grid-float-breakpoint: $screen-sm;
|
||
|
$grid-float-breakpoint-max: ($grid-float-breakpoint - 1);
|
||
|
|
||
|
//
|
||
|
// Custom Variables
|
||
|
//
|
||
|
|
||
|
// Colours
|
||
|
$c-text: #111; // text
|
||
|
$c-text-light: #fff; // light text
|
||
|
$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;
|
||
|
|
||
|
// Sizes
|
||
|
$nav-height: 60px;
|
||
|
$nav-height-mobile: 50px;
|