mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-75401 core: sticky footer component
This commit is contained in:
parent
f8d28e4ca6
commit
3d483ac2ef
14 changed files with 476 additions and 4 deletions
|
@ -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});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue