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

14 lines
208 B
SCSS
Raw Normal View History

2018-06-09 02:23:11 +02: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;
}
}