This commit is contained in:
CHIEFSOFT\ameye
2024-02-12 13:42:10 -05:00
parent 33f4ca9eda
commit eb5e80a0dc
2 changed files with 16 additions and 1 deletions
@@ -128,6 +128,7 @@
fill="outline"
size="small"
shape="round"
class="oldcard a{{card_level}}"
(click)="setCcType(200)"
>
<ion-icon name="card"></ion-icon>
@@ -139,6 +140,7 @@
fill="outline"
size="small"
shape="round"
class="newcard a{{card_level}}"
(click)="setCcType(400)"
>
<ion-icon slot="start" name="add-circle"></ion-icon>
+14 -1
View File
@@ -24,7 +24,20 @@ ion-content {
color: white;
}
}
.oldcard{
&.a200{
background-color: #070a28;
color: white;
border-radius: 10px;
}
}
.newcard{
&.a400{
background-color: #070a28;
color: white;
border-radius: 10px;
}
}
.common_modal{
background-color: aliceblue;
max-width: 320px;