-
Notifications
You must be signed in to change notification settings - Fork 0
/
alphagruis-rvn.css
94 lines (80 loc) · 1.45 KB
/
alphagruis-rvn.css
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.u-section-1 .u-sheet-1 {
min-height: 223px;
}
.u-section-1 .u-image-1 {
width: 128px;
height: 128px;
animation-duration: 1000ms;
box-shadow: 0 0 20px 0 rgba(128,128,128,1);
text-shadow: 0 0 20px rgba(0,0,0,0);
margin: 30px auto 0;
}
.u-section-1 .u-text-1 {
animation-duration: 1000ms;
font-size: 1rem;
width: 720px;
margin: 20px auto;
}
@media (max-width: 767px) {
.u-section-1 .u-text-1 {
width: 540px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-text-1 {
width: 340px;
}
}.u-section-2 {
min-height: 960px;
}
.u-section-2 .u-line-1 {
transform-origin: right center 0px;
height: 1px;
position: absolute;
top: 0;
left: auto;
right: auto;
border-style: dashed;
margin-bottom: -477px;
}
.u-section-2 .u-group-1 {
width: 900px;
min-height: 767px;
margin: 30px auto 0;
}
.u-section-2 .u-container-layout-1 {
padding: 20px;
}
.u-section-2 .u-text-1 {
margin: 0;
}
.u-section-2 .u-icon-1 {
width: 32px;
height: 32px;
margin: 29px auto 0;
}
.u-section-2 .u-btn-1 {
background-image: none;
border-style: none none solid;
margin: 20px auto 30px;
padding: 0;
}
@media (max-width: 991px) {
.u-section-2 .u-group-1 {
width: 720px;
}
}
@media (max-width: 767px) {
.u-section-2 .u-group-1 {
width: 540px;
}
.u-section-2 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-group-1 {
width: 340px;
}
}