Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
fix(Recurring Buy): fix icon alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Apr 11, 2018
1 parent fc4c5a0 commit 65f2a4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions app/partials/coinify/checkout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ bc-tabs(tab="tabs.selectedTab" tab-options="tabs.options" on-select="tabs.select
handle-quote="buyQuoteHandler(amount, baseCurr, quoteCurr)")
.flex-column.ml-60.col-md-5.col-sm-12.col-xs-12.pln.prn.pv-10-mobile.no-margin-mobile.hidden-xs
.mb-20.flex-column.pv-20.ph-20.bg-footer-blue(ng-show="nextRecurring().frequency && nextRecurring().amount")
span.f-13(translate="RECURRING_NEXT_SCHEDULED")
.flex-center
i.flex-center.icon-recurring.f-16.mr-5
span.f-13(translate="RECURRING_NEXT_SCHEDULED")
.flex-row.pt-10
span.f-13 Amount: 
span.f-13 {{ nextRecurring().amount }}
Expand Down Expand Up @@ -98,8 +100,8 @@ bc-tabs(tab="tabs.selectedTab" tab-options="tabs.options" on-select="tabs.select
trade="trade")
div(ng-show="recurringTrades().length")
.flex-row.flex-between.flex-center.mtl
.flex-row.flex-center
i.icon-recurring.mr-5
.flex-row
i.flex-center.icon-recurring.f-16.mr-5
h4.type-h5 Recurring Orders
div(ng-hide="pendingTrades().length")
span.hidden-xs(ng-show="exchange.profile.email") Coinify Account: {{ exchange.profile.email }}
Expand Down
6 changes: 3 additions & 3 deletions app/templates/exchange/recurring.pug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.flex-row.flex-between.mbm
.flex
i.icon-recurring.mr-5
.flex-row.flex-between.mbs
.flex-center
i.flex-center.icon-recurring.primary.f-16.mr-5
span.primary.em-500 This is a Recurring Order
helper-button(content="RECURRING_HELPER")
a.em-300.text-danger.underline(ng-show="$ctrl.showRemove" ng-click="$ctrl.onRemove()") Remove Recurring Order
Expand Down

0 comments on commit 65f2a4e

Please sign in to comment.