spee.ch/client/scss/components/_page-layout-show-lite.scss
2018-07-16 11:23:28 -07:00

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