mirror of https://github.com/zulip/zulip.git
plans: Align basic plan price detail at bottom.
This commit is contained in:
parent
48af342bd8
commit
0337c726d3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue