mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
Hiding display of payment-tabs now that we have flex line-items
This commit is contained in:
parent
67abbed66a
commit
bcf97b1474
2 changed files with 2 additions and 5 deletions
|
@ -139,7 +139,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div adjust-height="" class="payment-box">
|
<div class="payment-box">
|
||||||
<div class="bp-view payment manual-flow enter-contact-email active" id="emailAddressView">
|
<div class="bp-view payment manual-flow enter-contact-email active" id="emailAddressView">
|
||||||
<form class="manual__step-one refund-address-form contact-email-form" id="emailAddressForm" name="emailAddressForm" novalidate="">
|
<form class="manual__step-one refund-address-form contact-email-form" id="emailAddressForm" name="emailAddressForm" novalidate="">
|
||||||
<div class="manual__step-one__header">
|
<div class="manual__step-one__header">
|
||||||
|
|
|
@ -10328,6 +10328,7 @@ All mobile class names should be prefixed by m- */
|
||||||
.wrong-email .payment-tabs {
|
.wrong-email .payment-tabs {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
margin-top: -2.95rem;
|
margin-top: -2.95rem;
|
||||||
|
z-index: -1;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10412,10 +10413,6 @@ All mobile class names should be prefixed by m- */
|
||||||
transform: translateY(20px);
|
transform: translateY(20px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.payment-tabs {
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.single-item-order {
|
.single-item-order {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue