mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-31 02:26:50 +10:00
order and sales page design fixes
This commit is contained in:
parent
3cf654849e
commit
6f9200d6b7
6 changed files with 12 additions and 5 deletions
|
|
@ -1,7 +1,6 @@
|
|||
@import '../../marketplace.css';
|
||||
|
||||
.root {
|
||||
padding-top: 6px; /* align with baseline */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
@ -33,13 +32,14 @@
|
|||
|
||||
.itemValue {
|
||||
@apply --marketplaceDefaultFontStyles;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.totalDivider {
|
||||
/* dimensions */
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
margin: 10px 0 13px 0;
|
||||
margin: 13px 0 4px 0;
|
||||
|
||||
border: none;
|
||||
background-color: var(--matterColorNegative);
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
}
|
||||
|
||||
.title {
|
||||
margin: 35px 24px 0 24px;
|
||||
margin: 28px 24px 0 24px;
|
||||
}
|
||||
|
||||
.mainTitle {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
.header {
|
||||
display: flex;
|
||||
margin-top: 35px;
|
||||
margin-top: 28px;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
.avatarWrapper {
|
||||
width: var(--avatarSize);
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
|
@ -40,6 +41,10 @@
|
|||
height: var(--avatarSize);
|
||||
}
|
||||
|
||||
.avatar span {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.breakdownTitle {
|
||||
color: var(--matterColorAnti);
|
||||
margin-top: 47px;
|
||||
|
|
|
|||
|
|
@ -33,4 +33,5 @@
|
|||
.submitButton {
|
||||
margin: 0 24px 48px 24px;
|
||||
width: calc(100% - 48px);
|
||||
background-color: var(--successColor);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,4 +43,5 @@
|
|||
|
||||
.submitButton {
|
||||
margin-top: 24px;
|
||||
background-color: var(--successColor);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"AuthenticationPage.signupLinkText": "Sign up",
|
||||
"AuthenticationPage.signupPageTitle": "Sign up",
|
||||
"AuthorInfo.host": "Hosted by {firstName} {lastName}",
|
||||
"BookingBreakdown.bookingPeriod": "{bookingStart} - {bookingEnd}",
|
||||
"BookingBreakdown.bookingPeriod": "{bookingStart} – {bookingEnd}",
|
||||
"BookingBreakdown.commission": "Saunatime fee:",
|
||||
"BookingBreakdown.nightCount": "× {count, number} {count, plural, one {night} other {nights}}",
|
||||
"BookingBreakdown.pricePerNight": "Price per night",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue