mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
30 lines
509 B
Text
Vendored
30 lines
509 B
Text
Vendored
/*
|
|
|
|
|
| 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: #0088cc; // base
|
|
@c_accent: #000; // accent
|
|
@c_error: #ff0000; // error
|
|
|
|
@c_dashboard_dark: #3e6087;
|
|
@c_dashboard_light: #f1f1f1;
|
|
@c_dashboard_edit: #87823e;
|
|
@c_dashboard_delete: #87483e;
|
|
|
|
// Sizes
|
|
@nav_height: 60px;
|
|
@mobile_nav_height: 50px;
|