mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Remove 'Booking period:' label and add margin between date inputs and booking info
This commit is contained in:
parent
91111df10f
commit
1e53ce5c64
4 changed files with 1 additions and 16 deletions
|
|
@ -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}>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.receipt {
|
||||
margin-top: 1rem;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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:",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue