1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-04 11:55:58 +02:00

card brand images

This commit is contained in:
Kyle Spearrin 2018-06-29 10:27:04 -04:00
parent 87f7b782dc
commit 66cb7f9bf0
3 changed files with 2 additions and 5 deletions

View File

@ -16,9 +16,9 @@
<label for="card_number">{{'number' | i18n}}</label>
<input id="card_number" class="form-control" type="text" name="card_number" [(ngModel)]="card.number" required pattern="[0-9]*"
autocomplete="cc-number">
<small class="form-text text-muted">{{'creditCardAllBrandsAccepted' | i18n}}</small>
</div>
<div class="form-group col-7">
<div class="form-group col-7 d-flex align-items-end">
<img src="../../images/cards.png" alt="" width="277" height="32">
</div>
<div class="form-group col-4">
<label for="exp_month">{{'expirationMonth' | i18n}}</label>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1280,9 +1280,6 @@
"creditCard": {
"message": "Credit Card"
},
"creditCardAllBrandsAccepted": {
"message": "All major credit card brands are accepted."
},
"paypalClickSubmit": {
"message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue."
}