-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.css
103 lines (85 loc) · 1.62 KB
/
Contact.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
95
96
97
98
99
100
101
102
103
.u-section-1 {
background-image: none;
}
.u-section-1 .u-sheet-1 {
min-height: 502px;
}
.u-section-1 .u-text-1 {
font-weight: 700;
--animation-custom_in-translate_x: 0px;
--animation-custom_in-translate_y: 0px;
--animation-custom_in-opacity: 0;
--animation-custom_in-rotate: 0deg;
--animation-custom_in-scale: 1;
margin: 60px auto 0;
}
.u-section-1 .u-form-1 {
width: 570px;
margin: 30px auto 60px;
}
.u-section-1 .u-input-1 {
text-transform: uppercase;
}
.u-section-1 .u-input-2 {
text-transform: uppercase;
}
.u-section-1 .u-input-3 {
text-transform: uppercase;
}
.u-section-1 .u-btn-1 {
letter-spacing: 1px;
border-style: none;
font-weight: 700;
text-transform: uppercase;
}
@media (max-width: 767px) {
.u-section-1 .u-form-1 {
width: 540px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-form-1 {
width: 340px;
}
} .u-section-2 {
background-image: none;
}
.u-section-2 .u-sheet-1 {
min-height: 237px;
}
.u-section-2 .u-text-1 {
font-size: 2.5rem;
font-weight: 700;
margin: 36px 0 0 auto;
}
.u-section-2 .u-text-2 {
font-weight: 700;
font-size: 1.375rem;
margin: 10px 0 0 auto;
}
.u-section-2 .u-social-icons-1 {
height: 46px;
min-height: 16px;
width: 214px;
min-width: 94px;
margin: 25px 0 42px auto;
}
.u-section-2 .u-icon-1 {
color: rgb(59, 89, 152) !important;
}
.u-section-2 .u-icon-2 {
height: 100%;
color: rgb(197, 54, 164) !important;
}
.u-section-2 .u-icon-3 {
height: 100%;
color: rgb(210, 34, 21) !important;
}
.u-section-2 .u-icon-4 {
height: 0;
}
@media (max-width: 575px) {
.u-section-2 .u-text-1 {
font-size: 1.875rem;
}
}