Files
plyr/demo/src/less/components/error.less
2016-06-07 12:34:36 +01: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;
}