redeem page

This commit is contained in:
CHIEFSOFT\ameye
2023-11-14 21:19:32 -05:00
parent 9dddfb02d3
commit 0909bfb7fb
8 changed files with 112 additions and 66 deletions
+25
View File
@@ -262,3 +262,28 @@ ion-content{
color: #030728;
}
}
.send-grid{
background-color: #eff2f4;
border-radius: 10px;
font-size: 14px;
font-weight: bolder;
ion-select, ion-input{
border-radius: 10px;
border-color: #383a3e;
background-color: white;
text-align: right;
}
.intrl{
//text-align: right;
//margin-top: 10px;
color: #8b198e;
font-weight: bolder;
}
.intr{
text-align: right;
margin-top: 10px;
color: #8b198e;
font-weight: bolder;
}
}