Remove heading from page (will be moved to the form)

This commit is contained in:
Kimmo Puputti 2017-11-08 11:05:47 +02:00
parent d9ad1507f9
commit 14d9b0745d
4 changed files with 0 additions and 27 deletions

View file

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

View file

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

View file

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

View file

@ -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}",