2024-05-08 07:45:56 -04:00
|
|
|
// Footer
|
|
|
|
$footer-height: 50px;
|
|
|
|
|
|
|
|
// Header
|
|
|
|
$header-height: 68px;
|
2024-08-13 07:37:15 -04:00
|
|
|
|
|
|
|
// Forms
|
|
|
|
$form-group-margin-bottom: $spacing-06;
|
2024-09-06 08:36:15 -04:00
|
|
|
|
|
|
|
// List of allowed themes
|
|
|
|
$themes: ('default', 'light');
|