2016-08-16 19:33:02 -04:00
|
|
|
//
|
2022-07-06 13:44:25 -04:00
|
|
|
// Site Variables
|
2016-08-16 19:33:02 -04:00
|
|
|
//
|
|
|
|
|
2022-07-06 13:44:25 -04:00
|
|
|
// Breakpoints
|
|
|
|
$nav-desktop-min: 768px;
|
|
|
|
$nav-mobile-max: ($nav-desktop-min - 1px);
|
2016-08-16 19:33:02 -04:00
|
|
|
|
2022-07-06 13:44:25 -04:00
|
|
|
// Sizes
|
|
|
|
$nav-height-desktop: pxrem(60);
|
|
|
|
$nav-height-mobile: pxrem(50);
|
|
|
|
$nav-link-height-mobile: pxrem(50);
|
2016-08-16 19:33:02 -04:00
|
|
|
|
|
|
|
// Colours
|
|
|
|
$c-text: #111; // text
|
|
|
|
$c-text-light: #fff; // light text
|
2018-04-25 23:47:20 -04:00
|
|
|
$c-base: #2e2e2e; // base
|
2018-04-26 00:02:56 -04:00
|
|
|
$c-accent: #fa7921; // accent
|
|
|
|
$c-error: #fa2036; // error
|
2016-08-16 19:33:02 -04:00
|
|
|
|
2017-12-14 22:24:49 -05:00
|
|
|
// Values
|
2018-04-26 20:26:18 -04:00
|
|
|
$nav-link-count: 3;
|