mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Merge pull request #283 from sharetribe/more-checkout-fixes
More checkout fixes
This commit is contained in:
commit
f1364cd40d
4 changed files with 6 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
.heading {
|
||||
margin-top: 29px;
|
||||
margin-bottom: 35px;
|
||||
margin-bottom: 34px;
|
||||
padding: 0 24px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue