mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
19 lines
234 B
SCSS
19 lines
234 B
SCSS
// Sticky Footer
|
|
|
|
.outer-wrapper {
|
|
display: flex;
|
|
margin: 0;
|
|
}
|
|
|
|
.inner-wrapper {
|
|
flex: 1 1 auto;
|
|
flex-flow: column nowrap;
|
|
display: flex;
|
|
min-height: 100vh;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.main-content {
|
|
flex: 1 0 auto;
|
|
}
|