spee.ch/client/scss/_page-layout-show-lite.scss

14 lines
208 B
SCSS
Raw Normal View History

2018-06-08 17:23:11 -07:00
.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;
}
}