Files
plyr/docs/src/less/components/error.less
2015-07-20 22:24:06 +10:00

19 lines
402 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;
}