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

Commit

Permalink
fix(SFOX): decrease font size for ToS
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Mar 27, 2018
1 parent ffb1453 commit ea3b76d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/exchange/confirm.pug
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ form.bc-form.pv-20(
.pts
input(type="checkbox" id="terms" name="terms" ng-model="terms" required)
label.mbn.f-13.em-300(ng-if="!$ctrl.tradeAccount" for="terms" translate=".ACCEPT_TERMS")
label.mt-15.mb-20.ml-5.f-12.em-300(ng-if="$ctrl.tradeAccount" for="terms" translate=".ACCEPT_TERMS_EXTENDED" translate-values="{account: $ctrl.tradeAccount.accountNumber}")
label.mt-15.mb-20.ml-5.f-11.em-300(ng-if="$ctrl.tradeAccount" for="terms" translate=".ACCEPT_TERMS_EXTENDED" translate-values="{account: $ctrl.tradeAccount.accountNumber}")
.flex-row.flex-end
button.button-muted(type="button" translate="CANCEL" ng-click="$ctrl.onCancel()")
button.button-primary.ml-20(
Expand Down
2 changes: 2 additions & 0 deletions assets/css/modules/_buy-sell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -478,3 +478,5 @@ input[type="radio"]:checked + label {
background-color: white !important;
}
}

.f-11 { font-size: 11px; }

0 comments on commit ea3b76d

Please sign in to comment.