Merge pull request #283 from sharetribe/more-checkout-fixes

More checkout fixes
This commit is contained in:
Janne Koivistoinen 2017-07-06 18:09:48 +03:00 committed by GitHub
commit f1364cd40d
4 changed files with 6 additions and 7 deletions

View file

@ -100,6 +100,7 @@
width: 100%;
height: var(--selectionHeight);
background-color: var(--successColor);
transition: all 0.2s ease-out;
}
/* Remove default bg-color and use our extra span instead '.renderedDay' */
& :global(.CalendarDay--selected-start) {

View file

@ -7,7 +7,7 @@
.bookingDates {
flex-shrink: 0;
margin-bottom: 54px;
margin-bottom: 46px;
}
.priceBreakdownContainer {
@ -42,7 +42,7 @@
@apply --marketplaceTinyFontStyles;
color: var(--matterColorAnti);
text-align: center;
margin: auto 24px 21px 24px;
margin: auto 24px 20px 24px;
flex-shrink: 0;
@media (--desktopViewport) {

View file

@ -6,7 +6,7 @@
.heading {
margin-top: 29px;
margin-bottom: 35px;
margin-bottom: 34px;
padding: 0 24px;
}

View file

@ -13,7 +13,7 @@
@apply --marketplaceInputStyles;
/* Layout */
padding: 9px 0 6px 0;
padding: 8px 0 6px 0;
height: 36px;
/* Border */
@ -28,7 +28,6 @@
border-bottom-color: var(--failColor);
}
.submitContainer {
margin-top: auto;
}
@ -38,9 +37,8 @@
color: var(--matterColorAnti);
text-align: center;
padding: 0 42px;
}
.submitButton {
margin-top: 24px;
margin-top: 21px;
}