File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 81
81
margin-right : 6px ;
82
82
width : 50% ;
83
83
strong {
84
- color : #192147 ;
84
+ color : @core-fleet-black-75 ;
85
+ font-weight : 400 ;
85
86
font-size : 16px ;
86
87
line-height : 20px ;
87
88
}
88
89
}
89
90
91
+ [purpose= ' price-dollar-sign' ] {
92
+ vertical-align : text-bottom ;
93
+ font-size : 24px ;
94
+ }
90
95
[purpose= ' premium-card' ] {
91
96
width : 50% ;
92
97
}
192
197
font-weight : 700 ;
193
198
font-size : 12px ;
194
199
line-height : 20px ;
195
- color : #192147 ;
200
+ color : @core-fleet-black-75 ;
201
+ font-weight : 400 ;
196
202
}
197
203
p {
198
204
color : #ff5c83 ;
202
208
[purpose= ' contact-sales-link' ] {
203
209
text-align : center ;
204
210
margin-top : 8px ;
211
+ margin-bottom : 0px ;
205
212
font-weight : 400 ;
206
213
font-size : 14px ;
207
214
line-height : 20px ;
239
246
font-size : 16px ;
240
247
padding : 15px ;
241
248
margin-top : 8px ;
242
- margin-bottom : 32 px ;
249
+ margin-bottom : 0 px ;
243
250
color : #FFF ;
244
251
}
245
252
[purpose= ' chat-button' ], [purpose= ' card-button' ] {
397
404
padding-left : 0px ;
398
405
padding-right : 0px ;
399
406
}
407
+ [purpose= ' premium-tier-card' ] {
408
+ padding : 40px 140px ;
409
+ }
410
+ [purpose= ' free-tier-card' ] {
411
+ padding : 40px 140px ;
412
+ }
400
413
}
401
414
@media (max-width : 991px ) {
402
415
// >992 width:
Original file line number Diff line number Diff line change 15
15
< h2> Community< / h2>
16
16
< h3> Unlimited hosts< / h3>
17
17
< div class = " d-flex flex-row align-items-center" >
18
- < h1> $ 0< / h1>< strong> / host < br purpose= " premium-price-linebreak" > / month< / strong>
18
+ < h1>< span purpose = " price-dollar-sign " > $ < / span > 0 < / h1>< strong> / host < br purpose= " premium-price-linebreak" > / month< / strong>
19
19
< / div>
20
20
< / div>
21
21
< / div>
31
31
< h2> Premium< / h2>
32
32
< h3> Unlimited hosts< / h3>
33
33
< div class = " d-flex flex-row align-items-center justify-content-center" >
34
- < h4> From < / h4>< h1 class = " mb-2" > $ 7.00 < / h1>< strong> / host < br purpose= " premium-price-linebreak" > / month< / strong>
34
+ < h4> From < / h4>< h1 class = " mb-2" >< span purpose = " price-dollar-sign " > $ < / span > 7.00 < / h1>< strong> / host < br purpose= " premium-price-linebreak" > / month< / strong>
35
35
< / div>
36
36
< / div>
37
37
< / div>
38
38
< / div>
39
39
< div>
40
40
< a purpose= " card-button" class = " btn btn-block btn-lg btn-primary mx-auto mb-0" href= " /customers/register" > Get started< / a>
41
- < p purpose= " contact-sales-link" > For organizations with large deployments, < a @click= " clickOpenChatWidget()" > contact sales< / a> .< / p>
41
+ < p purpose= " contact-sales-link" > Have a large deployment ? < a @click= " clickOpenChatWidget()" > contact sales< / a> .< / p>
42
42
< / div>
43
43
< / div>
44
44
< / div>
You can’t perform that action at this time.
0 commit comments