1
0
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:
codecalm
2019-07-01 23:08:03 +02:00
parent c9a4cb2cac
commit 7ef8407c8e
3 changed files with 23 additions and 8 deletions

View File

@@ -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
*/