style
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user