feat(front-enc): fix back-ground
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="payment-details payment-details-twint fade-in" *ngIf="selectedPaymentMethod === 'twint'">
|
||||
<div class="payment-details fade-in" *ngIf="selectedPaymentMethod === 'twint'">
|
||||
<div class="details-header">
|
||||
<h4>{{ 'PAYMENT.TWINT_TITLE' | translate }}</h4>
|
||||
</div>
|
||||
|
||||
@@ -105,10 +105,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.payment-details-twint {
|
||||
border: 1px solid #dcd5ff;
|
||||
background: linear-gradient(180deg, #fcfbff 0%, #f6f4ff 100%);
|
||||
}
|
||||
|
||||
.qr-placeholder {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user