...
|
...
|
@@ -111,6 +111,7 @@ $fontGrayLight: #e0e0e0; |
|
|
|
|
|
.checked > .card-body > .checkbox > .checked-icon {
|
|
|
display: block;
|
|
|
color: #444;
|
|
|
}
|
|
|
|
|
|
.checked > .card-body > .checkbox > .no-checked-icon {
|
...
|
...
|
@@ -134,6 +135,7 @@ $fontGrayLight: #e0e0e0; |
|
|
width: 330px;
|
|
|
height: 70px;
|
|
|
border-radius: $couponRadius;
|
|
|
background-color: $fontGrayLight;
|
|
|
|
|
|
&.use {
|
|
|
background-color: $fontColor;
|
...
|
...
|
|