mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
card brand images
This commit is contained in:
parent
87f7b782dc
commit
66cb7f9bf0
@ -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 |
@ -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."
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user