order and sales page design fixes

This commit is contained in:
Janne Koivistoinen 2017-06-30 15:32:32 +03:00 committed by Vesa Luusua
parent 3cf654849e
commit 6f9200d6b7
6 changed files with 12 additions and 5 deletions

View file

@ -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);

View file

@ -5,7 +5,7 @@
}
.title {
margin: 35px 24px 0 24px;
margin: 28px 24px 0 24px;
}
.mainTitle {

View file

@ -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;

View file

@ -33,4 +33,5 @@
.submitButton {
margin: 0 24px 48px 24px;
width: calc(100% - 48px);
background-color: var(--successColor);
}

View file

@ -43,4 +43,5 @@
.submitButton {
margin-top: 24px;
background-color: var(--successColor);
}

View file

@ -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",