spee.ch/client/scss/page-layout-show-lite/_page-layout-show-lite.scss
2018-08-13 18:08:00 -07:00

14 lines
208 B
SCSS

.page-layout-show-lite {
flex: 1 0 auto;
display: flex;
flex-direction: column;
.content {
flex: 1 0 auto;
display: flex;
flex-direction: column;
}
.footer {
flex: 0 1 auto;
}
}