aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_error.less
blob: a16370b544cc4a3d47c4af7e0e1fdba567f3e76f (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
29
30
31
32
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 {
	h2 {
		margin-bottom: 50px;
	}

	pre {
		text-align: left;
	}

	svg {
		.rotate(180deg);
	}
}