mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
ce0fa69402
Bootstrap 5 Sass code tidy GitOrigin-RevId: 550add757c5bf1476446ad31c386c0a4e5522a9e
10 lines
175 B
SCSS
10 lines
175 B
SCSS
// Footer
|
|
$footer-height: 50px;
|
|
|
|
// Header
|
|
$header-height: 68px;
|
|
$toolbar-height: 40px;
|
|
$toolbar-small-height: 32px;
|
|
|
|
// List of allowed themes
|
|
$themes: ('default', 'light');
|