plyr/demo/src/less/layout/error.less
2017-10-25 23:59:53 +11:00

22 lines
405 B
Plaintext

// ==========================================================================
// Errors (AWS pages)
// ==========================================================================
// Error page
html.error,
.error body {
height: 100%;
}
.error body {
width: 100%;
display: table;
table-layout: fixed;
}
.error main {
display: table-cell;
width: 100%;
vertical-align: middle;
}