spee.ch/client/scss/components/_page-layout-show-lite.scss
Electron - Mark Firth 8bc5074eb7
Margin Breaks Flex Vertical Alignment
Removing the marking fixes vertical alignment issues when using Flex.
2018-07-14 02:18:48 +10:00

14 lines
240 B
SCSS

.page-layout-show-lite {
flex: 1 0 auto;
display: flex;
flex-direction: column;
/*margin: $primary-padding;*/
.content {
flex: 1 0 auto;
display: flex;
flex-direction: column;
}
.footer {
flex: 0 1 auto;
}
}