_404.scss
553 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
39
40
41
.img-404 {
text-align: right;
img {
max-width: 100%;
}
}
.text-1-404 {
font-weight: 700;
line-height: 19px;
margin-top: 190px;
}
.text-2-404 {
margin-top: 19px;
line-height: 18px;
}
.btn-404 {
margin-top: 60px;
text-align: center;
.btn_ {
box-shadow: none;
display: inline-block;
width: 184px;
background: none;
color: $main-color;
float: none;
}
}
.section-404 {
margin-top: 53px;
}
@media (max-width: 767px) {
.img-404 {
text-align: center;
}
.text-1-404 {
margin-top: 50px;
}
}