-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ícaro
committed
Jan 14, 2021
1 parent
7bed151
commit 5bad1e1
Showing
10 changed files
with
120 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
store/blocks/product-summary/product-specification-list.jsonc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"product-specification-group#summary": { | ||
"children": [ | ||
"product-specification#summary" | ||
] | ||
}, | ||
"product-specification#summary": { | ||
"children": [ | ||
"flex-layout.row#summarySpecificationValues" | ||
] | ||
}, | ||
"flex-layout.row#summarySpecificationValues": { | ||
"props": { | ||
"preventHorizontalStretch": true, | ||
"colGap": 3 | ||
}, | ||
"children": [ | ||
"rich-text#summarySpecificationBullet", | ||
"product-specification-values" | ||
] | ||
}, | ||
"rich-text#summarySpecificationBullet": { | ||
"props": { | ||
"text": "•", | ||
"textColor": "c-action-primary", | ||
"blockClass": "summarySpecificationBullet" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
.flexRow--orderByAndSwitcher { | ||
padding-right: 1.5em; | ||
} | ||
|
||
.flexRowContent--savingsSummaryListDesktop { | ||
justify-content: flex-start; | ||
} | ||
|
||
.flexCol--summaryRightListDesktop { | ||
justify-content: space-around; | ||
} | ||
|
||
.flexRow--buyNowButton :global(.vtex-button) { | ||
background: #eef3f7; | ||
border-color:#eef3f7; | ||
color: #0f3e99; | ||
} | ||
|
||
.flexRow--buyNowButton:hover :global(.vtex-button) { | ||
background: #dbe9fd; | ||
border-color:#dbe9fd; | ||
} | ||
|
||
.flexCol--productRating { | ||
margin-bottom: 3rem; | ||
} | ||
|
||
.flexCol--summaryDetailsListMobile { | ||
justify-content: space-between; | ||
} | ||
|
||
.flexCol--summaryUpDetailsListMobile { | ||
margin-bottom: 0.25rem | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.nameContainer--summaryListDesktop { | ||
padding-top: 0.25rem; | ||
padding-bottom: 0.75rem; | ||
justify-content: start; | ||
} | ||
|
||
.nameContainer--summaryListMobile { | ||
padding-top: 0.25rem; | ||
padding-bottom: 0.5rem; | ||
justify-content: start; | ||
} | ||
|
||
.brandName--summaryListMobile { | ||
font-weight: 400; | ||
font-size: 0.875rem; | ||
color: black; | ||
} | ||
|
||
.container--listLayout { | ||
max-width: none !important; | ||
} | ||
|
||
.image--summaryListDesktop { | ||
width: 180px !important; | ||
} | ||
|
||
.image--summaryListMobile { | ||
width: 140px !important; | ||
min-width: 140px; | ||
height: inherit !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.container--layout-option { | ||
margin-left: 0.3em; | ||
} | ||
|
||
.paragraph--layout-option { | ||
margin: 0; | ||
} | ||
|
||
.paragraph--summarySpecificationBullet { | ||
margin: 0; | ||
line-height: initial; | ||
font-size: 1.25rem; | ||
line-height: 1.15rem; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.productBrandName--summaryListDesktop { | ||
text-decoration: none; | ||
font-weight: 500; | ||
color: #0067C7; | ||
font-size: .875rem; | ||
} | ||
|
||
.productBrandName--summaryListMobile { | ||
text-decoration: none; | ||
color: #0067C7; | ||
font-size: .875rem; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters