Files
dspace-angular/src/app/app.component.scss
Giuseppe Digilio e857cbb964 css moved to app.component.scss
variables added within footer.component.scss
2017-02-14 10:55:21 +01:00

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;
}