erro.scss
630 Bytes
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
33
34
35
36
37
38
.page--erro {
background-color: #f9f9f9;
h1 {
color: #464646;
font-size: 72px;
font-weight: bold;
margin-bottom: 40px;
}
.row-height {
min-height: 400px;
}
.content {
text-align: center;
}
.icon-circle {
display: inline-block;
font-size: 40px;
line-height: 33px;
font-weight: normal;
position: relative;
top: -5px;
padding: 20px;
margin-top: 5px;
margin-right: 30px;
color: #fff;
background: #c93e55;
}
h1 {
display: inline-block;
}
}