mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 20:34:01 +00:00
15 lines
234 B
SCSS
Vendored
15 lines
234 B
SCSS
Vendored
// Variables
|
|
|
|
$spacer-lg: 3rem;
|
|
$spacer-sm: 1.5rem;
|
|
|
|
$layout-spacer-lg: 3rem;
|
|
$layout-spacer-x: 1.5rem;
|
|
|
|
$app-sidebar-width: 280px;
|
|
$app-sidebar-width-collapsed: 80px;
|
|
|
|
$logo-height: 23px;
|
|
$logo-width: 97px;
|
|
|
|
$app-header-height: 60px; |