Cleanup. Old files moved to abandonedFiles

This commit is contained in:
2017-09-17 20:08:18 +02:00
parent d7b611541f
commit 1076087e4d
92 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
footer.sticky-footer {
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 56px;
background-color: $gray-200;
line-height: 55px;
@media (min-width: 992px) {
width: calc(100% - #{$sidenav-base-width});
}
}
body.sidenav-toggled {
@media (min-width: 992px) {
footer.sticky-footer {
width: calc(100% - #{$sidenav-collapsed-width});
}
}
}