2016-01-26 23:20:08 -05:00
|
|
|
/*
|
|
|
|
|
|
|
|
|
| Overrides
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@grid-float-breakpoint: @screen-sm;
|
|
|
|
@grid-float-breakpoint-max: (@grid-float-breakpoint - 1);
|
|
|
|
|
2015-07-08 03:34:58 -04:00
|
|
|
/*
|
|
|
|
|
|
|
|
|
| Custom Variables
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2015-12-12 01:33:28 -05:00
|
|
|
// Colours
|
2016-01-03 19:08:53 -05:00
|
|
|
@c_text: #111; // text
|
|
|
|
@c_text_light: #fff; // light text
|
2015-12-12 01:33:28 -05:00
|
|
|
@c_base: #0088cc; // base
|
2016-01-26 23:20:08 -05:00
|
|
|
@c_accent: #000; // accent
|
2016-01-03 19:08:53 -05:00
|
|
|
@c_error: #ff0000; // error
|
2016-01-26 23:20:08 -05:00
|
|
|
|
|
|
|
@c_dashboard_dark: #3e6087;
|
|
|
|
@c_dashboard_light: #f1f1f1;
|
|
|
|
@c_dashboard_edit: #87823e;
|
|
|
|
@c_dashboard_delete: #87483e;
|
|
|
|
|
|
|
|
// Sizes
|
|
|
|
@nav_height: 96px;
|
|
|
|
@mobile_nav_height: 50px;
|