feat(front-enc): fix back-ground
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 37s
Build, Test and Deploy / build-and-push (push) Successful in 39s
Build, Test and Deploy / deploy (push) Successful in 8s

This commit is contained in:
2026-02-20 17:11:44 +01:00
parent 15d5d31d06
commit 1d82230564
2 changed files with 1 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
</div> </div>
</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"> <div class="details-header">
<h4>{{ 'PAYMENT.TWINT_TITLE' | translate }}</h4> <h4>{{ 'PAYMENT.TWINT_TITLE' | translate }}</h4>
</div> </div>

View File

@@ -105,10 +105,6 @@
} }
} }
.payment-details-twint {
border: 1px solid #dcd5ff;
background: linear-gradient(180deg, #fcfbff 0%, #f6f4ff 100%);
}
.qr-placeholder { .qr-placeholder {
display: flex; display: flex;