Merge pull request 'feature/development' (#4) from feature/development into master

Reviewed-on: #4
This commit is contained in:
José Carlos Lins 2023-02-04 17:43:07 +00:00
commit ff80a0d6af
3 changed files with 22 additions and 6 deletions

View File

@ -23,7 +23,8 @@
"html#DescriptionSectionPDP":{ "html#DescriptionSectionPDP":{
"props": { "props": {
"tag": "section" "tag": "section",
"testId": "tab-layout"
}, },
"children": [ "children": [
"tab-layout#pdp" "tab-layout#pdp"
@ -333,10 +334,17 @@
"html#sku-selector", "html#sku-selector",
"flex-layout.row#quantity-and-buy-button", "flex-layout.row#quantity-and-buy-button",
"availability-subscriber", "availability-subscriber",
"shipping-simulator" "html#shipping-simulator"
] ]
}, },
"html#shipping-simulator": {
"props": {
"testId": "shipping-simulator"
},
"children": ["shipping-simulator"]
},
"product-installments#m3": { "product-installments#m3": {
"props": { "props": {
"markers": ["discount"], "markers": ["discount"],

View File

@ -8,6 +8,11 @@
*/ */
/* Media Query M3 */ /* Media Query M3 */
/* Grid breakpoints */ /* Grid breakpoints */
.flexRowContent--newsletter-footer .newsletter {
height: 175px;
background-color: #000000;
}
.searchBarContainer { .searchBarContainer {
padding: 0; padding: 0;
align-self: center; align-self: center;
@ -53,6 +58,9 @@
display: flex; display: flex;
height: 100%; height: 100%;
} }
.figure--product-images-pdp .thumbImg--product-images-pdp {
border-radius: 8px;
}
.productImage .productImageTag--main { .productImage .productImageTag--main {
object-fit: fill !important; object-fit: fill !important;
@ -430,8 +438,4 @@
.shippingTable .shippingTableBody .shippingTableRow { .shippingTable .shippingTableBody .shippingTableRow {
align-items: center; align-items: center;
} }
}
.flexRowContent--newsletter-footer .newsletter {
height: 175px;
background-color: #000000;
} }

View File

@ -5,6 +5,10 @@
.figure--product-images-pdp{ .figure--product-images-pdp{
display: flex; display: flex;
height: 100%; height: 100%;
.thumbImg--product-images-pdp{
border-radius: 8px;
}
} }
.productImage{ .productImage{