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