mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-18 16:23:36 +00:00
11 lines
173 B
SCSS
11 lines
173 B
SCSS
// Footer
|
|
$footer-height: 50px;
|
|
|
|
// Header
|
|
$header-height: 68px;
|
|
|
|
// Forms
|
|
$form-group-margin-bottom: $spacing-06;
|
|
|
|
// List of allowed themes
|
|
$themes: ('default', 'light');
|