-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathContactForm.css
More file actions
62 lines (52 loc) · 1.02 KB
/
ContactForm.css
File metadata and controls
62 lines (52 loc) · 1.02 KB
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
form {
text-align: left !important;
}
.chakra-form-control {
font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
margin-bottom: 20px;
}
.chakra-form__label {
font-size: 18px !important;
}
.chakra-form__helper-text {
font-size: 13px !important;
margin-bottom: 12px;
white-space: pre-wrap;
}
.chakra-checkbox__label {
font-size: 14px !important;
text-align: left;
}
.chakra-text {
font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
font-size: 13px;
}
.chakra-input::placeholder {
font-size: 14px;
white-space: pre-wrap;
}
.chakra-stack {
align-items: start !important;
}
blockquote {
line-height: 1.3em;
font-style: italic;
font-size: 0.9em !important;
font-weight: 400;
margin-left: 15px;
}
#boxApplicationType {
font-size: 15px;
font-weight: 600;
margin-bottom: 15px;
font-family:
Segoe UI,
Helvetica Neue,
sans-serif;
}
#submitButton {
font-size: 1em;
font-weight: 600;
font-family: Graphik, Helvetica, Arial, sans-serif !important;
text-transform: uppercase;
}