_care-form.scss
1.26 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
63
64
65
66
.wpcf7-form {
text-align: left;
width: 69%;
br {
display: none;
}
.form-control {
clear: both;
}
.wpcf7-list-item {
display: block;
margin-bottom: 5px;
}
.wpcf7-form-control-wrap.opportunity {
display: block;
.wpcf7-list-item {
margin-right: 50px;
@media screen and (min-width: $bp-large) {
display: inline-block;
}
}
}
label {
display: inline-block;
margin-bottom: 5px;
}
label[for="financial-commitment"] {
@media screen and (min-width: $bp-middle) {
width: 100%;
}
@media screen and (min-width: $bp-large) {
width: 50%;
}
}
.form-control input[type="text"],
.form-control input[type="url"],
.form-control input[type="tel"],
.form-control input[type="date"],
.form-control input[type="email"] {
width: 100%;
@media screen and (min-width: $bp-large) {
width: 40%;
float: right;
}
}
.form-control input[name="captcha"] {
float: none;
display: block;
}
.hide {
display: none;
}
}
.wpcf7-form.sent {
hr {
display: none;
}
}