dev #8

Closed
JoeKung wants to merge 72 commits from dev into int
2 changed files with 1 additions and 5 deletions
Showing only changes of commit 1d82230564 - Show all commits

View File

@@ -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>

View File

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