content0.less
951 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
42
43
44
45
46
47
48
@import './custom.less';
@content0: content0;
.@{content0}-wrapper {
height: 446px;
overflow: hidden;
.@{content0} {
overflow: hidden;
height: 100%;
padding: 64px 24px;
> .title-wrapper {
margin: 0 auto 48px;
}
.block-wrapper {
position: relative;
height: 100%;
overflow: hidden;
top: 25%;
padding: 20px 0;
.block {
padding: 0 4%;
display: inline-block;
text-align: center;
height: 200px;
margin-bottom: 48px;
&.queue-anim-leaving {
position: relative !important;
}
.icon {
width: 100px;
height: 100px;
margin: auto;
display: flex;
align-items: center;
}
>h3 {
line-height: 32px;
margin: 10px auto;
}
}
}
}
}
@media screen and (max-width: 767px) {
.@{content0}-wrapper {
height: 880px;
}
}