This commit is contained in:
CHIEFSOFT\ameye
2024-02-12 13:10:03 -05:00
parent 55f09aee69
commit 5d82e808b8
2 changed files with 5 additions and 4 deletions
@@ -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;