mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-07 08:09:01 +02:00
28a800b4c7
Bootstrap 5 Sass code tidy GitOrigin-RevId: 550add757c5bf1476446ad31c386c0a4e5522a9e
11 lines
175 B
SCSS
11 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');
|