feat: Retira os comentarios do projeto

This commit is contained in:
Nicolly Vieira Santos Costa 2023-02-07 12:15:10 -03:00
parent 736e881975
commit e13172baab
4 changed files with 3 additions and 82 deletions

View File

@ -343,7 +343,7 @@
}
[class*="html--message-availability"] {
width: 81.0381355932%;
width: 100%;
}
[class*="html--message-availability"]
@ -381,9 +381,7 @@
height: 70px;
}
[class*="html--message-availability"] {
width: 100%;
}
[class*="html--related-product"] {
padding: 0 47.2px;

View File

@ -5,15 +5,7 @@
"html#breadcrumb",
"condition-layout.product#availability",
"html#tab-layout",
// "tab-layout#description",
// "flex-layout.row#description",
// "flex-layout.row#specifications-title",
// "product-specification-group#table",
// "shelf.relatedProducts",
// "rich-text#title-relatedProduct",
// "list-context.product-list",
"html#relatedProduct",
// "product-questions-and-answers",
"html#newsletter"
]
},
@ -87,7 +79,6 @@
"product-summary-name",
"product-list-price",
"product-selling-price"
// "product-summary-price"
]
},
@ -101,9 +92,6 @@
"product-summary.shelf#related-product": {
"children": [
"html#product-item"
// "product-summary-image#related-product",
// "product-summary-name",
// "product-summary-price"
]
},
@ -235,28 +223,6 @@
"children": ["breadcrumb"]
},
// "flex-layout.row#specifications-title": {
// "children": ["rich-text#specifications"]
// },
// "rich-text#specifications": {
// "props": {
// "text": "##### Product Specifications"
// }
// },
// "flex-layout.row#description": {
// "props": {
// "marginBottom": 7
// },
// "children": ["product-description"]
// },
// "html#product-description": {
// "props": {
// // "testId": "product-description"
// },
// "children": ["product-description"]
// },
"condition-layout.product#availability": {
"props": {
"conditions": [
@ -325,25 +291,14 @@
},
"children": [
"html#product-name",
// "product-identifier.product",
// "product-rating-summary",
// "flex-layout.row#list-price-savings",
"html#selling-price",
"html#installments",
// "product-installments",
// "installments",
// "product-separator",
"html#pix",
"html#sku-selector",
// "product-quantity",
"html#buy-container",
// "product-assembly-options",
"product-gifts",
// "flex-layout.row#buy-button",
"availability-subscriber",
"html#shipping-simulator"
// "shipping-simulator"
// "share#default"
]
},
@ -460,7 +415,6 @@
},
"children": [
"html#product-name",
// "product-identifier.product",
"html#availability",
"sku-selector"
]
@ -470,16 +424,6 @@
"blockClass": "message-availability"
},
"children": ["availability-subscriber"]
},
}
"share#default": {
"props": {
"social": {
"Facebook": true,
"WhatsApp": true,
"Twitter": false,
"Pinterest": true
}
}
}
}

View File

@ -1,3 +0,0 @@
// .flexRowContent {
// background-color: red;
// }

View File

@ -69,7 +69,6 @@
transform: rotate(45deg);
bottom: 0;
left: 50%;
// transform: translate(-50%, -50%);
position: relative;
}
}
@ -187,23 +186,6 @@
color: $gray-450;
}
// .diagonalCross {
// background-image: none;
// &::after {
// content: "";
// display: block;
// width: 1px;
// height: 40px;
// background: $gray-300;
// transform: rotate(45deg);
// bottom: 0;
// left: 50%;
// // transform: translate(-50%, -50%);
// position: relative;
// }
// }
}
}