Skip to content

Commit f0cf8ad

Browse files
committed
update styles to match wireframes
1 parent 1ea2c52 commit f0cf8ad

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

website/assets/styles/pages/pricing.less

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,17 @@
8181
margin-right: 6px;
8282
width: 50%;
8383
strong {
84-
color: #192147;
84+
color: @core-fleet-black-75;
85+
font-weight: 400;
8586
font-size: 16px;
8687
line-height: 20px;
8788
}
8889
}
8990

91+
[purpose='price-dollar-sign'] {
92+
vertical-align: text-bottom;
93+
font-size: 24px;
94+
}
9095
[purpose='premium-card'] {
9196
width: 50%;
9297
}
@@ -192,7 +197,8 @@
192197
font-weight: 700;
193198
font-size: 12px;
194199
line-height: 20px;
195-
color: #192147;
200+
color: @core-fleet-black-75;
201+
font-weight: 400;
196202
}
197203
p {
198204
color: #ff5c83;
@@ -202,6 +208,7 @@
202208
[purpose='contact-sales-link'] {
203209
text-align: center;
204210
margin-top: 8px;
211+
margin-bottom: 0px;
205212
font-weight: 400;
206213
font-size: 14px;
207214
line-height: 20px;
@@ -239,7 +246,7 @@
239246
font-size: 16px;
240247
padding: 15px;
241248
margin-top: 8px;
242-
margin-bottom: 32px;
249+
margin-bottom: 0px;
243250
color: #FFF;
244251
}
245252
[purpose='chat-button'], [purpose='card-button'] {
@@ -397,6 +404,12 @@
397404
padding-left: 0px;
398405
padding-right: 0px;
399406
}
407+
[purpose='premium-tier-card'] {
408+
padding: 40px 140px;
409+
}
410+
[purpose='free-tier-card'] {
411+
padding: 40px 140px;
412+
}
400413
}
401414
@media (max-width: 991px) {
402415
// >992 width:

website/views/pages/pricing.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h2>Community</h2>
1616
<h3>Unlimited hosts</h3>
1717
<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>
1919
</div>
2020
</div>
2121
</div>
@@ -31,14 +31,14 @@
3131
<h2>Premium</h2>
3232
<h3>Unlimited hosts</h3>
3333
<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>
3535
</div>
3636
</div>
3737
</div>
3838
</div>
3939
<div>
4040
<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>
4242
</div>
4343
</div>
4444
</div>

0 commit comments

Comments
 (0)