mirror of
https://github.com/tabler/tabler.git
synced 2026-01-09 06:00:09 +04:00
taqbler layout refactoring
This commit is contained in:
@@ -200,6 +200,23 @@ Sidebar
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Fixed navbar
|
||||
*/
|
||||
.navbar-fixed {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
|
||||
& + .layout-main {
|
||||
margin-left: $sidenav-width;
|
||||
}
|
||||
|
||||
&.navbar-folded + .layout-main {
|
||||
margin-left: $sidenav-folded-width;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Right navbar
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user