Add card
This commit is contained in:
@@ -121,8 +121,8 @@
|
||||
<ion-row>
|
||||
<ion-col
|
||||
>
|
||||
<span class="top-text">Payment</span>
|
||||
<ion-toolbar>
|
||||
<span class="top-text" style="padding-bottom: 5px; font-weight: bolder; font-size: 14px;">Payment : </span>
|
||||
<ion-toolbar style="text-align: left; background-color: aliceblue;">
|
||||
<ion-buttons slot="secondary" *ngIf="card_count > 0;">
|
||||
<ion-button
|
||||
fill="outline"
|
||||
@@ -130,12 +130,12 @@
|
||||
shape="round"
|
||||
(click)="setCcType(200)"
|
||||
>
|
||||
<ion-icon slot="start" name="card"></ion-icon>
|
||||
<ion-icon name="card"></ion-icon>
|
||||
Cards
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
|
||||
<ion-buttons slot="secondary" *ngIf="card_count<max_card;">
|
||||
<ion-buttons *ngIf="card_count<max_card;">
|
||||
<ion-button
|
||||
fill="outline"
|
||||
size="small"
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
ion-content {
|
||||
ion-card{
|
||||
margin: 10px 0px 10px 0px;
|
||||
background-color: aliceblue;
|
||||
}
|
||||
ion-card-title{
|
||||
font-size: 18px;
|
||||
|
||||
Reference in New Issue
Block a user