mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
plans: Align basic plan price detail at bottom.
This commit is contained in:
@@ -204,14 +204,14 @@
|
||||
or (is_self_hosted_realm and sponsorship_pending and requested_sponsorship_plan == "Basic")
|
||||
or (is_self_hosted_realm and customer_plan and customer_plan.tier == customer_plan.TIER_SELF_HOSTED_BASIC)%}
|
||||
<div class="price no-discount"><span class="currency-symbol">$</span>3.50</div>
|
||||
<div class="details">
|
||||
<div class="details singular-billing-frequency">
|
||||
<p>
|
||||
/user/month billed monthly
|
||||
</p>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="price"><span class="currency-symbol">$</span>3.50</div>
|
||||
<div class="details">
|
||||
<div class="details singular-billing-frequency">
|
||||
<p>
|
||||
/user/month billed monthly
|
||||
</p>
|
||||
|
@@ -384,6 +384,11 @@
|
||||
font-size: 15px;
|
||||
line-height: 17px;
|
||||
}
|
||||
|
||||
&.singular-billing-frequency {
|
||||
align-self: flex-end;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.discount {
|
||||
|
Reference in New Issue
Block a user