File tree 2 files changed +49
-16
lines changed
2 files changed +49
-16
lines changed Original file line number Diff line number Diff line change 3
3
top : $mobile_header_height + 40px ;
4
4
display : grid ;
5
5
height : 100% ;
6
- grid-template-rows : 2 ;
7
6
position : relative ;
8
7
9
8
@include desktop {
10
- top : $mobile_header_height + 88 px ;
9
+ top : $mobile_header_height + 60 px ;
11
10
grid-template-columns : repeat (2 , 1fr );
12
11
column-gap : 30px ;
13
12
}
21
20
}
22
21
p .lead {
23
22
margin-bottom : rem (25px );
24
- padding-top : rem (50 px );
23
+ padding-top : rem (30 px );
25
24
color : $white ;
26
25
width : 100% ;
27
26
}
34
33
background-repeat : no-repeat ;
35
34
background-position : center ;
36
35
background-size : cover ;
36
+ @include desktop {
37
+ height : 100% ;
38
+ }
37
39
}
38
40
39
41
}
40
42
41
43
.main-content {
42
44
padding-bottom : 0 ;
43
45
}
46
+
44
47
.navbar-nav .nav-link {
45
48
color : $black ;
46
49
}
50
53
}
51
54
52
55
.main-background {
53
- height : 580 px
56
+ height : 600 px
54
57
}
55
58
}
56
59
57
60
.announcement .main-content-wrapper {
58
61
margin-bottom : 5rem ;
59
- margin-top : 290px ;
62
+ margin-top : 190px ;
63
+ @include desktop {
64
+ margin-top : 290px ;
65
+ }
60
66
}
61
67
62
68
.announcement .card-container {
133
139
}
134
140
135
141
.announcement .contact-us-section {
142
+ padding : 20px 0 ;
136
143
.row {
137
144
justify-content : center ;
138
145
139
146
.hbspt-form {
140
- fieldset {
141
- max-width : 100% ;
142
- width : 100% ;
147
+ padding : 20px 0 ;
148
+
149
+ .hs-button {
150
+ background-image : url ($baseurl + " /assets/images/chevron-right-orange.svg" );
151
+ background-size : 6px 13px ;
152
+ background-position : top 9px right 11px ;
153
+ background-repeat : no-repeat ;
154
+ border-radius : 0 ;
155
+ border : none ;
156
+ background-color : $light_grey ;
157
+ color : $quick_start_grey ;
158
+ font-weight : 400 ;
159
+ position : relative ;
160
+ letter-spacing : 0.25px ;
161
+ padding : rem (2px ) rem (32px ) rem (2px ) rem (12px );
162
+ margin : 10px 0 ;
143
163
}
144
- .hs-input {
164
+
165
+ fieldset .form-columns-2 , fieldset .form-columns-1 {
145
166
max-width : 100% ;
167
+ .hs-form-field {
168
+ max-width : 100% ;
169
+ padding : 10px 0 ;
170
+ width : 100% ;
171
+ input {
172
+ border : none ;
173
+ width : 100% ;
174
+ }
175
+ textarea {
176
+ border : none ;
177
+ width : 100% ;
178
+ }
179
+ }
146
180
}
147
181
}
148
182
}
Original file line number Diff line number Diff line change @@ -95,15 +95,14 @@ <h1>Lorem ipsum dolor sit amet</h1>
95
95
< div class ="container-fluid contact-us-section ">
96
96
< div class ="container ">
97
97
< div class ="row ">
98
- < div class ="col-md-8 ">
98
+ < div class ="col-md-12 ">
99
99
< h1 > Lorem ipsum dolor sit amet</ h1 >
100
- < script charset ="utf-8 " type ="text/javascript " src ="//js.hsforms.net/forms/v2.js "> </ script >
100
+ < script charset ="utf-8 " type ="text/javascript " src ="//js.hsforms.net/forms/v2.js?pre=1 "> </ script >
101
101
< script >
102
- hbspt . forms . create ( {
103
- region : "na1" ,
104
- portalId : "8112310" ,
105
- formId : "754c22e6-e81c-4fbf-a4b8-ec88ef75ace3"
106
- } ) ;
102
+ hbspt . forms . create ( {
103
+ region : "na1" ,
104
+ portalId : "8112310" , formId : "dd2c7e7e-bca1-4b41-b80e-9bfd5f3ca49a"
105
+ } ) ;
107
106
</ script >
108
107
</ div >
109
108
</ div >
You can’t perform that action at this time.
0 commit comments