aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_error.less
blob: 60dc2aab5bdc904470549f42c282bb81a6cf2d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
body.e404,
body.e500 {
	> .container {
		text-align: center;
		h1 {
			font-size: @jumbo-font-size;
			margin: 50px 0 50px 0;
		}

		img {
			max-width: 80%;
		}

		svg #outer {
			fill: @brand-primary !important;
		}
	}
}

body.e500 {
	pre {
		text-align: left;
	}

	img {
		.rotate(180deg);
	}
}