mirror of
https://github.com/itflow-org/itflow
synced 2026-03-07 22:34:52 +00:00
First commit
This commit is contained in:
9
scss/_variables.scss
Normal file
9
scss/_variables.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
// Spacing Variables
|
||||
// Change below variable if the height of the navbar changes
|
||||
$navbar-base-height: 56px;
|
||||
// Change below variable to change the width of the sidenav
|
||||
$sidebar-base-width: 225px;
|
||||
// Change below variable to change the width of the sidenav when collapsed
|
||||
$sidebar-collapsed-width: 90px;
|
||||
// Change below variable to change the height of the sticky footer
|
||||
$sticky-footer-height: 80px;
|
||||
Reference in New Issue
Block a user