%PDF- %PDF-
Direktori : /home/vacivi36/ava/theme/boost/scss/moodle/ |
Current File : /home/vacivi36/ava/theme/boost/scss/moodle/sticky-footer.scss |
/** * This file contains the styles required to make the footer sticky. */ html, body { height: 100%; } .stickyfooter { position: fixed; right: 0; left: 0; height: $navbar-height + 1px; bottom: -$navbar-height; transition: bottom .5s; z-index: $zindex-dropdown; overflow: hidden; box-shadow: 0 0 1rem rgba($black, .15); } .hasstickyfooter .stickyfooter { bottom: 0; } /* Standard components fixes for sticky footer. */ .stickyfooter ul.pagination { margin-bottom: map-get($spacers, 1); } /* Breakpoints fixes. */ @include media-breakpoint-up(sm) { #page-wrapper { height: 100%; display: flex; flex-direction: column; #page { &:not(.drawers) { flex: 1 0 auto; } display: flex; flex-direction: column; #page-content { flex: 1 0 auto; } } #page-footer { flex-shrink: 0; } } } @include media-breakpoint-down(sm) { #page-wrapper { height: 100%; display: flex; flex-direction: column; #page { &:not(.drawers) { flex: 1 0 auto; } display: flex; flex-direction: column; } } }