aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/less/components/error.less
blob: b1427173628e6b23a07ceef1185b6b1fab6aa1e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// ==========================================================================
// 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;
}