Remove 'Booking period:' label and add margin between date inputs and booking info

This commit is contained in:
Vesa Luusua 2017-05-15 23:36:01 +03:00
parent 91111df10f
commit 1e53ce5c64
4 changed files with 1 additions and 16 deletions

View file

@ -112,8 +112,6 @@ const BookingInfoComponent = props => {
</div>
<div className={css.row}>
<div className={css.bookingPeriodLabel}>
<FormattedMessage id="BookingInfo.bookingPeriodLabel" />
<br />
{bookingPeriod}
</div>
<div className={css.bookedDatesCount}>

View file

@ -18,10 +18,6 @@ exports[`BookingInfo customer transaction data matches snapshot 1`] = `
className={undefined}>
<div
className={undefined}>
<span>
Booking period:
</span>
<br />
<span>
4/14/2017 - 4/16/2017
</span>
@ -71,10 +67,6 @@ exports[`BookingInfo pretransaction data matches snapshot 1`] = `
className={undefined}>
<div
className={undefined}>
<span>
Booking period:
</span>
<br />
<span>
4/14/2017 - 4/16/2017
</span>
@ -124,10 +116,6 @@ exports[`BookingInfo provider transaction data matches snapshot 1`] = `
className={undefined}>
<div
className={undefined}>
<span>
Booking period:
</span>
<br />
<span>
4/14/2017 - 4/16/2017
</span>

View file

@ -1,5 +1,5 @@
.receipt {
margin-top: 1rem;
margin-top: 2rem;
margin-bottom: 2rem;
}

View file

@ -17,7 +17,6 @@
"BookingDatesForm.requiredDate": "Oops, make sure your date is correct!",
"BookingDatesForm.youWontBeChargedInfo": "You won't be charged yet",
"BookingInfo.bookingPeriod": "{bookingStart} - {bookingEnd}",
"BookingInfo.bookingPeriodLabel": "Booking period:",
"BookingInfo.commission": "{marketplace} fee:",
"BookingInfo.nightCount": "{count, number} {count, plural, one {night} other {nights}}",
"BookingInfo.pricePerDay":"Price per night:",