send page

This commit is contained in:
CHIEFSOFT\ameye
2024-07-27 11:49:03 -04:00
parent a8a006b961
commit 5c4e0d77f2
2 changed files with 14 additions and 9 deletions
@@ -60,7 +60,7 @@
</ion-segment-button>
<ion-segment-button value="about">
<ion-label>Task</ion-label>
<ion-label>Task(s)</ion-label>
</ion-segment-button>
<ion-segment-button value="profile">
@@ -104,7 +104,7 @@
<ion-grid class="wallet-tools">
<ion-row>
<div style="font-weight: bolder; font-size: 18px; color: #8b198e;"> {{member_firstname}} {{item.description}} Wallet</div>
<div style="font-weight: bolder; font-size: 18px; color: #8b198e;"> {{item.description}} Wallet</div>
</ion-row>
<ion-row>
<ion-col>
@@ -143,12 +143,7 @@
<div *ngIf="toolBarShow == item.wallet_uid ">
<ion-grid class="send-grid">
<ion-row>
<ion-col class="intr">Amount ({{send_cuurency}})</ion-col>
<ion-col>
<ion-input type="number" label="Amount(ggg)" placeholder="Enter Amount" [(ngModel)]='amount'></ion-input>
</ion-col>
</ion-row>
<ion-row>
<ion-col class="intr">From ({{send_cuurency}})</ion-col>
<ion-col>
@@ -169,6 +164,12 @@
</ion-input>
</ion-col>
</ion-row>
<ion-row>
<ion-col class="intr">Amount ({{send_cuurency}})</ion-col>
<ion-col>
<ion-input type="number" label="Amount(ggg)" placeholder="Enter Amount" [(ngModel)]='amount'></ion-input>
</ion-col>
</ion-row>
<ion-row>
<ion-col class="intr">Comment</ion-col>
<ion-col>
@@ -17,13 +17,15 @@ ion-content {
background: linear-gradient(90deg, rgba(240,248,255,1) 0%, rgba(255,240,248,1) 35%, rgba(255,240,248,1) 100%);
}
.send-grid{
background-color: #eff2f4;
border-color: #0e4977;
background-color: #fafcfd;
border-radius: 10px;
padding: 10px;
font-size: 16px;
font-weight: bolder;
ion-select, ion-input{
border-radius: 10px;
padding: 1px;
border-color: #383a3e;
background-color: white;
text-align: right;
@@ -35,6 +37,8 @@ ion-content {
.txta{
background-color: white;
border-radius: 10px;
padding: 1px;
min-height: 100px;
}
.sendpart{
text-align: right;