mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
slightly improved the breakdown form. Still not very pretty.
This commit is contained in:
parent
5d6a96ba4f
commit
f6e9c544e6
2 changed files with 16 additions and 9 deletions
|
@ -145,17 +145,22 @@ block content
|
|||
.form-group
|
||||
input.form-control(type='text', ng-blur="applyCoupon()", ng-model="data.coupon", placeholder="#{translate('coupon')}")
|
||||
|
||||
.form-group
|
||||
button.btn.btn-success(ng-click="submit()", ng-disabled="processing") #{translate("upgrade_now")}
|
||||
|
||||
.row
|
||||
.col-md-12
|
||||
span.pull-right
|
||||
div Subtotal - {{price.currency.symbol}}{{price.next.subtotal}}
|
||||
div Tax - {{price.currency.symbol}}{{price.next.tax}}
|
||||
.col-md-6
|
||||
.form-group
|
||||
button.btn.btn-success(ng-click="submit()", ng-disabled="processing") #{translate("upgrade_now")}
|
||||
|
||||
.col-md-3.pricingBreakdown
|
||||
div Subtotal
|
||||
div Tax
|
||||
div
|
||||
strong Total - {{price.currency.symbol}}{{price.next.total}}
|
||||
|
||||
strong Total
|
||||
.col-md-3
|
||||
div {{price.currency.symbol}}{{price.next.subtotal}}
|
||||
div {{price.currency.symbol}}{{price.next.tax}}
|
||||
div
|
||||
strong {{price.currency.symbol}}{{price.next.total}}
|
||||
|
||||
|
||||
.col-md-3.col-md-pull-4
|
||||
|
|
|
@ -104,6 +104,8 @@ input.paymentTypeOption.ng-valid {
|
|||
padding-top: 15px;
|
||||
}
|
||||
|
||||
|
||||
.pricingBreakdown {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue