mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Remove heading from page (will be moved to the form)
This commit is contained in:
parent
d9ad1507f9
commit
14d9b0745d
4 changed files with 0 additions and 27 deletions
|
|
@ -228,23 +228,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.paymentTitle {
|
||||
/* Font */
|
||||
color: var(--matterColorAnti);
|
||||
|
||||
margin-top: 0;
|
||||
margin-bottom: 14px;
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 0;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 0;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
.orderError,
|
||||
.notFoundError {
|
||||
margin: 11px 0 12px 0;
|
||||
|
|
|
|||
|
|
@ -318,9 +318,6 @@ export class CheckoutPageComponent extends Component {
|
|||
</div>
|
||||
|
||||
<section className={css.paymentContainer}>
|
||||
<h3 className={css.paymentTitle}>
|
||||
<FormattedMessage id="CheckoutPage.paymentTitle" />
|
||||
</h3>
|
||||
{initiateOrderErrorMessage}
|
||||
{listingNotFoundErrorMessage}
|
||||
{showPaymentForm ? (
|
||||
|
|
|
|||
|
|
@ -94,12 +94,6 @@ exports[`CheckoutPage matches snapshot 1`] = `
|
|||
</h3>
|
||||
</div>
|
||||
<section>
|
||||
<h3>
|
||||
<FormattedMessage
|
||||
id="CheckoutPage.paymentTitle"
|
||||
values={Object {}}
|
||||
/>
|
||||
</h3>
|
||||
<InjectIntl(StripePaymentForm)
|
||||
formId="CheckoutPagePaymentForm"
|
||||
inProgress={false}
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@
|
|||
"CheckoutPage.listingNotFoundError": "Unfortunately the listing is not available anymore.",
|
||||
"CheckoutPage.loadingData": "Loading checkout data…",
|
||||
"CheckoutPage.paymentInfo": "You'll only be charged if your request is accepted by the provider.",
|
||||
"CheckoutPage.paymentTitle": "Payment",
|
||||
"CheckoutPage.priceBreakdownTitle": "Booking breakdown",
|
||||
"CheckoutPage.speculateTransactionError": "Failed to fetch breakdown information.",
|
||||
"CheckoutPage.title": "Book {listingTitle}",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue