mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
8b3ffe58fa
[web] BS5 IDE light header GitOrigin-RevId: 39403afae76f267228fb286492ad50e8e88e31be
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');
|