aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_error.less
blob: c779c2965bf9a4ea93f513d241740c732907ce8f (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
body.e404,
body.e500 {
	> .container {
		text-align: center;
		h1 {
			font-size: @jumbo-font-size;
			margin: 50px 0 50px 0;
		}

		img {
			background-color: @brand-primary;
			max-width: 80%;
		}
	}
}

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

	img {
		.rotate(180deg);
	}
}