plans: Align basic plan price detail at bottom.

This commit is contained in:
Aman Agrawal 2023-12-19 10:27:37 +00:00 committed by Tim Abbott
parent 48af342bd8
commit 0337c726d3
2 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -384,6 +384,11 @@
font-size: 15px;
line-height: 17px;
}
&.singular-billing-frequency {
align-self: flex-end;
margin-bottom: 5px;
}
}
.discount {