MDL-75401 core: sticky footer component

This commit is contained in:
Ferran Recio 2022-07-14 15:55:12 +02:00
parent f8d28e4ca6
commit 3d483ac2ef
14 changed files with 476 additions and 4 deletions

View file

@ -263,3 +263,12 @@
padding-top: 0 !important; /* stylelint-disable-line declaration-no-important */
}
}
#page-footer {
padding-top: $spacer * .5;
padding-bottom: $spacer * .5;
}
body.hasstickyfooter #page-footer {
padding-bottom: calc(#{$spacer} * .5 + #{$navbar-height});
}