mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 17:43:39 +00:00
card brand images
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user