-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
50 lines (44 loc) · 938 Bytes
/
custom.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
/* Custom SCSS */
/** SCSS Forms
------------------------------------- */
#gform_fields_4 #input_4_13 {
display: flex;
}
#gform_fields_4 #input_4_13 #input_4_13_3_container {
flex-basis: 50%;
}
#gform_fields_4 #input_4_13 #input_4_13_3_container input {
width: 95%;
}
#gform_fields_4 #input_4_13 #input_4_13_6_container {
flex-basis: 50%;
}
#gform_fields_4 #input_4_13 #input_4_13_6_container input {
width: 95%;
}
body.home #advanced-search-inner .gfield.gf_right_half, body.home #advanced-search-inner .gfield.gf_left_half {
display: inline-block;
width: 49%;
}
#field_4_10,
#field_4_11,
#field_4_8 {
width: 33%;
float: left;
margin: 0 auto;
}
#input_4_16 {
width: 100%;
}
#field_4_17 {
display: none;
}
/** SCSS Modal
--------------------------- */
#fp-request-quote-modal .modal-dialog {
top: 2.618em;
}
#fp-request-quote-modal .modal-content {
border: none;
}
/*# sourceMappingURL=custom.css.map */