966c7dbf02
New look for the navbar and new functionality on mobile. Also includes new look for the mounts list and headers in secret engines.
10 lines
187 B
SCSS
10 lines
187 B
SCSS
// Spacing that will eventually be in Structure package
|
|
|
|
$spacing-xxs: 4px;
|
|
$spacing-xs: 8px;
|
|
$spacing-s: 12px;
|
|
$spacing-m: 16px;
|
|
$spacing-l: 24px;
|
|
$spacing-xl: 36px;
|
|
$spacing-xxl: 48px;
|