hypothetical/resources/assets/sass/_var.scss

31 lines
524 B
SCSS
Raw Normal View History

//
// Overrides
//
2017-01-30 22:55:33 -05:00
$grid-float-breakpoint: 768px;
$grid-float-breakpoint-max: ($grid-float-breakpoint - 1px);
//
// 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;
// Values
$nav-link-count: 2;
// Sizes
$nav-height-desktop: 60px;
$nav-height-mobile: 50px;
$nav-link-height-mobile: 50px;