feat(breadcrumb and product): cria breadcrumb e inicia estilização da área do produto
This commit is contained in:
parent
c9a06914fb
commit
525b66a40a
@ -15,7 +15,6 @@
|
|||||||
"postreleasy": "vtex publish --verbose"
|
"postreleasy": "vtex publish --verbose"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"agenciamagma.store-theme": "5.x",
|
|
||||||
"vtex.store": "2.x",
|
"vtex.store": "2.x",
|
||||||
"vtex.store-header": "2.x",
|
"vtex.store-header": "2.x",
|
||||||
"vtex.product-summary": "2.x",
|
"vtex.product-summary": "2.x",
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
import React from 'react'
|
import React from "react";
|
||||||
|
|
||||||
const Example = () => {
|
const Example = () => {
|
||||||
return (
|
return (
|
||||||
<div>Example</div>
|
<div>
|
||||||
)
|
asdioudhasuijdhasuihduiashdi9uashduiashdiuashuidhasiudhasuidhasuidhasuidhasuidhauishduiashduiashduiash
|
||||||
}
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
export default Example
|
export default Example;
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"store.product": {
|
"store.product": {
|
||||||
"children": [
|
"children": [
|
||||||
"html#breadcrumb",
|
"html#breadcrumb",
|
||||||
|
//"example-component",
|
||||||
"condition-layout.product#availability",
|
"condition-layout.product#availability",
|
||||||
"flex-layout.row#description",
|
"flex-layout.row#description",
|
||||||
"flex-layout.row#specifications-title",
|
"flex-layout.row#specifications-title",
|
||||||
@ -45,6 +46,7 @@
|
|||||||
},
|
},
|
||||||
"flex-layout.row#product-main": {
|
"flex-layout.row#product-main": {
|
||||||
"props": {
|
"props": {
|
||||||
|
"blockClass": "productPanel",
|
||||||
"colGap": 7,
|
"colGap": 7,
|
||||||
"rowGap": 7,
|
"rowGap": 7,
|
||||||
"marginTop": 4,
|
"marginTop": 4,
|
||||||
@ -78,8 +80,9 @@
|
|||||||
"flex-layout.col#stack": {
|
"flex-layout.col#stack": {
|
||||||
"children": ["stack-layout"],
|
"children": ["stack-layout"],
|
||||||
"props": {
|
"props": {
|
||||||
"width": "60%",
|
"width": "49%",
|
||||||
"rowGap": 0
|
"rowGap": 0,
|
||||||
|
"blockClass": "productShowcase"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flex-layout.row#product-image": {
|
"flex-layout.row#product-image": {
|
||||||
@ -91,7 +94,10 @@
|
|||||||
"desktop": "auto",
|
"desktop": "auto",
|
||||||
"phone": "16:9"
|
"phone": "16:9"
|
||||||
},
|
},
|
||||||
"displayThumbnailsArrows": true
|
"thumbnailsOrientation": "horizontal",
|
||||||
|
"displayThumbnailsArrows": true,
|
||||||
|
"showNavigationArrows": false,
|
||||||
|
"showPaginationDots": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flex-layout.col#right-col": {
|
"flex-layout.col#right-col": {
|
||||||
@ -102,7 +108,7 @@
|
|||||||
"children": [
|
"children": [
|
||||||
"flex-layout.row#product-name",
|
"flex-layout.row#product-name",
|
||||||
"product-rating-summary",
|
"product-rating-summary",
|
||||||
"flex-layout.row#list-price-savings",
|
//"flex-layout.row#list-price-savings",
|
||||||
"flex-layout.row#selling-price",
|
"flex-layout.row#selling-price",
|
||||||
"product-installments",
|
"product-installments",
|
||||||
"product-separator",
|
"product-separator",
|
||||||
@ -113,8 +119,8 @@
|
|||||||
"product-gifts",
|
"product-gifts",
|
||||||
"flex-layout.row#buy-button",
|
"flex-layout.row#buy-button",
|
||||||
"availability-subscriber",
|
"availability-subscriber",
|
||||||
"shipping-simulator",
|
"shipping-simulator"
|
||||||
"share#default"
|
//"share#default"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -170,16 +176,16 @@
|
|||||||
"blockClass": "message-availability"
|
"blockClass": "message-availability"
|
||||||
},
|
},
|
||||||
"children": ["availability-subscriber"]
|
"children": ["availability-subscriber"]
|
||||||
},
|
|
||||||
|
|
||||||
"share#default": {
|
|
||||||
"props": {
|
|
||||||
"social": {
|
|
||||||
"Facebook": true,
|
|
||||||
"WhatsApp": true,
|
|
||||||
"Twitter": false,
|
|
||||||
"Pinterest": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// "share#default": {
|
||||||
|
// "props": {
|
||||||
|
// "social": {
|
||||||
|
// "Facebook": true,
|
||||||
|
// "WhatsApp": true,
|
||||||
|
// "Twitter": false,
|
||||||
|
// "Pinterest": true
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
@ -1,349 +1,351 @@
|
|||||||
{
|
{
|
||||||
"typeScale": [
|
"typeScale": [3, 2.25, 1.5, 1.25, 1, 0.875, 0.75],
|
||||||
3, 2.25, 1.5, 1.25, 1, 0.875, 0.75
|
"spacing": [0.125, 0.25, 0.5, 0.75, 1, 1.5, 2, 3, 4, 8, 16],
|
||||||
],
|
"customMedia": [
|
||||||
"spacing": [0.125, 0.25, 0.5, 0.75, 1, 1.5, 2, 3, 4, 8, 16],
|
{ "s": 20 },
|
||||||
"customMedia": [
|
{
|
||||||
{ "s": 20 },
|
"ns": {
|
||||||
{ "ns": {
|
"value": 40,
|
||||||
"value": 40,
|
"minWidth": true
|
||||||
"minWidth": true
|
}
|
||||||
}
|
},
|
||||||
},
|
{
|
||||||
{ "m": {
|
"m": {
|
||||||
"value": 40,
|
"value": 40,
|
||||||
"minWidth": true
|
"minWidth": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ "l": {
|
{
|
||||||
"value": 64,
|
"l": {
|
||||||
"minWidth": true
|
"value": 64,
|
||||||
}
|
"minWidth": true
|
||||||
},
|
}
|
||||||
{ "xl": {
|
},
|
||||||
"value": 80,
|
{
|
||||||
"minWidth": true
|
"xl": {
|
||||||
}
|
"value": 80,
|
||||||
}
|
"minWidth": true
|
||||||
],
|
}
|
||||||
"colors": {
|
}
|
||||||
"black-90": "rgba(0,0,0,.9)",
|
],
|
||||||
"black-80": "rgba(0,0,0,.8)",
|
"colors": {
|
||||||
"black-70": "rgba(0,0,0,.7)",
|
"black-90": "rgba(0,0,0,.9)",
|
||||||
"black-60": "rgba(0,0,0,.6)",
|
"black-80": "rgba(0,0,0,.8)",
|
||||||
"black-50": "rgba(0,0,0,.5)",
|
"black-70": "rgba(0,0,0,.7)",
|
||||||
"black-40": "rgba(0,0,0,.4)",
|
"black-60": "rgba(0,0,0,.6)",
|
||||||
"black-30": "rgba(0,0,0,.3)",
|
"black-50": "rgba(0,0,0,.5)",
|
||||||
"black-20": "rgba(0,0,0,.2)",
|
"black-40": "rgba(0,0,0,.4)",
|
||||||
"black-10": "rgba(0,0,0,.1)",
|
"black-30": "rgba(0,0,0,.3)",
|
||||||
"black-05": "rgba(0,0,0,.05)",
|
"black-20": "rgba(0,0,0,.2)",
|
||||||
"black-025": "rgba(0,0,0,.025)",
|
"black-10": "rgba(0,0,0,.1)",
|
||||||
"black-0125": "rgba(0,0,0,.0125)",
|
"black-05": "rgba(0,0,0,.05)",
|
||||||
|
"black-025": "rgba(0,0,0,.025)",
|
||||||
|
"black-0125": "rgba(0,0,0,.0125)",
|
||||||
|
|
||||||
"white-90": "rgba(255,255,255,.9)",
|
"white-90": "rgba(255,255,255,.9)",
|
||||||
"white-80": "rgba(255,255,255,.8)",
|
"white-80": "rgba(255,255,255,.8)",
|
||||||
"white-70": "rgba(255,255,255,.7)",
|
"white-70": "rgba(255,255,255,.7)",
|
||||||
"white-60": "rgba(255,255,255,.6)",
|
"white-60": "rgba(255,255,255,.6)",
|
||||||
"white-50": "rgba(255,255,255,.5)",
|
"white-50": "rgba(255,255,255,.5)",
|
||||||
"white-40": "rgba(255,255,255,.4)",
|
"white-40": "rgba(255,255,255,.4)",
|
||||||
"white-30": "rgba(255,255,255,.3)",
|
"white-30": "rgba(255,255,255,.3)",
|
||||||
"white-20": "rgba(255,255,255,.2)",
|
"white-20": "rgba(255,255,255,.2)",
|
||||||
"white-10": "rgba(255,255,255,.1)",
|
"white-10": "rgba(255,255,255,.1)",
|
||||||
"white-05": "rgba(255,255,255,.05)",
|
"white-05": "rgba(255,255,255,.05)",
|
||||||
"white-025": "rgba(255,255,255,.025)",
|
"white-025": "rgba(255,255,255,.025)",
|
||||||
"white-0125": "rgba(255,255,255,.0125)"
|
"white-0125": "rgba(255,255,255,.0125)"
|
||||||
|
},
|
||||||
|
"semanticColors": {
|
||||||
|
"background": {
|
||||||
|
"base": "#ffffff",
|
||||||
|
"base--inverted": "#03044e",
|
||||||
|
"action-primary": "#0F3E99",
|
||||||
|
"action-secondary": "#eef3f7",
|
||||||
|
"emphasis": "#f71963",
|
||||||
|
"disabled": "#f2f4f5",
|
||||||
|
"success": "#8bc34a",
|
||||||
|
"success--faded": "#eafce3",
|
||||||
|
"danger": "#ff4c4c",
|
||||||
|
"danger--faded": "#ffe6e6",
|
||||||
|
"warning": "#ffb100",
|
||||||
|
"warning--faded": "#fff6e0",
|
||||||
|
"muted-1": "#727273",
|
||||||
|
"muted-2": "#979899",
|
||||||
|
"muted-3": "#cacbcc",
|
||||||
|
"muted-4": "#e3e4e6",
|
||||||
|
"muted-5": "#f2f4f5"
|
||||||
|
},
|
||||||
|
"hover-background": {
|
||||||
|
"action-primary": "#072c75",
|
||||||
|
"action-secondary": "#dbe9fd",
|
||||||
|
"emphasis": "#dd1659",
|
||||||
|
"success": "#8bc34a",
|
||||||
|
"success--faded": "#eafce3",
|
||||||
|
"danger": "#e13232",
|
||||||
|
"danger--faded": "#ffe6e6",
|
||||||
|
"warning": "#ffb100",
|
||||||
|
"warning--faded": "#fff6e0",
|
||||||
|
"muted-1": "#727273",
|
||||||
|
"muted-2": "#979899",
|
||||||
|
"muted-3": "#cacbcc",
|
||||||
|
"muted-4": "#e3e4e6",
|
||||||
|
"muted-5": "#f2f4f5"
|
||||||
|
},
|
||||||
|
"active-background": {
|
||||||
|
"action-primary": "#0c389f",
|
||||||
|
"action-secondary": "#d2defc",
|
||||||
|
"emphasis": "#dd1659",
|
||||||
|
"success": "#8bc34a",
|
||||||
|
"success--faded": "#eafce3",
|
||||||
|
"danger": "#ff4c4c",
|
||||||
|
"danger--faded": "#ffe6e6",
|
||||||
|
"warning": "#ffb100",
|
||||||
|
"warning--faded": "#fff6e0",
|
||||||
|
"muted-1": "#727273",
|
||||||
|
"muted-2": "#979899",
|
||||||
|
"muted-3": "#cacbcc",
|
||||||
|
"muted-4": "#e3e4e6",
|
||||||
|
"muted-5": "#f2f4f5"
|
||||||
|
},
|
||||||
|
"text": {
|
||||||
|
"action-primary": "#0F3E99",
|
||||||
|
"action-secondary": "#eef3f7",
|
||||||
|
"link": "#0F3E99",
|
||||||
|
"emphasis": "#f71963",
|
||||||
|
"disabled": "#979899",
|
||||||
|
"success": "#8bc34a",
|
||||||
|
"success--faded": "#eafce3",
|
||||||
|
"danger": "#ff4c4c",
|
||||||
|
"danger--faded": "#ffe6e6",
|
||||||
|
"warning": "#ffb100",
|
||||||
|
"warning--faded": "#fff6e0",
|
||||||
|
"muted-1": "#727273",
|
||||||
|
"muted-2": "#979899",
|
||||||
|
"muted-3": "#cacbcc",
|
||||||
|
"muted-4": "#e3e4e6",
|
||||||
|
"muted-5": "#f2f4f5"
|
||||||
|
},
|
||||||
|
"visited-text": {
|
||||||
|
"link": "#0c389f"
|
||||||
|
},
|
||||||
|
"hover-text": {
|
||||||
|
"action-primary": "#072c75",
|
||||||
|
"action-secondary": "#dbe9fd",
|
||||||
|
"link": "#0c389f",
|
||||||
|
"emphasis": "#dd1659",
|
||||||
|
"success": "#8bc34a",
|
||||||
|
"success--faded": "#eafce3",
|
||||||
|
"danger": "#e13232",
|
||||||
|
"danger--faded": "#ffe6e6",
|
||||||
|
"warning": "#ffb100",
|
||||||
|
"warning--faded": "#fff6e0"
|
||||||
|
},
|
||||||
|
"active-text": {
|
||||||
|
"link": "#0c389f",
|
||||||
|
"emphasis": "#dd1659",
|
||||||
|
"success": "#8bc34a",
|
||||||
|
"success--faded": "#eafce3",
|
||||||
|
"danger": "#ff4c4c",
|
||||||
|
"danger--faded": "#ffe6e6",
|
||||||
|
"warning": "#ffb100",
|
||||||
|
"warning--faded": "#fff6e0"
|
||||||
|
},
|
||||||
|
"border": {
|
||||||
|
"action-primary": "#0F3E99",
|
||||||
|
"action-secondary": "#eef3f7",
|
||||||
|
"emphasis": "#f71963",
|
||||||
|
"disabled": "#e3e4e6",
|
||||||
|
"success": "#8bc34a",
|
||||||
|
"success--faded": "#eafce3",
|
||||||
|
"danger": "#ff4c4c",
|
||||||
|
"danger--faded": "#ffe6e6",
|
||||||
|
"warning": "#ffb100",
|
||||||
|
"warning--faded": "#fff6e0",
|
||||||
|
"muted-1": "#727273",
|
||||||
|
"muted-2": "#979899",
|
||||||
|
"muted-3": "#cacbcc",
|
||||||
|
"muted-4": "#e3e4e6",
|
||||||
|
"muted-5": "#f2f4f5"
|
||||||
|
},
|
||||||
|
"hover-border": {
|
||||||
|
"action-primary": "#072c75",
|
||||||
|
"action-secondary": "#dbe9fd",
|
||||||
|
"emphasis": "#dd1659",
|
||||||
|
"success": "#8bc34a",
|
||||||
|
"success--faded": "#eafce3",
|
||||||
|
"danger": "#e13232",
|
||||||
|
"danger--faded": "#ffe6e6",
|
||||||
|
"warning": "#ffb100",
|
||||||
|
"warning--faded": "#fff6e0",
|
||||||
|
"muted-1": "#727273",
|
||||||
|
"muted-2": "#979899",
|
||||||
|
"muted-3": "#cacbcc",
|
||||||
|
"muted-4": "#e3e4e6",
|
||||||
|
"muted-5": "#f2f4f5"
|
||||||
|
},
|
||||||
|
"active-border": {
|
||||||
|
"action-primary": "#0c389f",
|
||||||
|
"action-secondary": "#d2defc",
|
||||||
|
"emphasis": "#dd1659",
|
||||||
|
"success": "#8bc34a",
|
||||||
|
"success--faded": "#eafce3",
|
||||||
|
"danger": "#ff4c4c",
|
||||||
|
"danger--faded": "#ffe6e6",
|
||||||
|
"warning": "#ffb100",
|
||||||
|
"warning--faded": "#fff6e0",
|
||||||
|
"muted-1": "#727273",
|
||||||
|
"muted-2": "#979899",
|
||||||
|
"muted-3": "#cacbcc",
|
||||||
|
"muted-4": "#e3e4e6",
|
||||||
|
"muted-5": "#f2f4f5"
|
||||||
|
},
|
||||||
|
"on": {
|
||||||
|
"base": "#3f3f40",
|
||||||
|
"base--inverted": "#ffffff",
|
||||||
|
"action-primary": "#ffffff",
|
||||||
|
"action-secondary": "#0F3E99",
|
||||||
|
"emphasis": "#ffffff",
|
||||||
|
"disabled": "#979899",
|
||||||
|
"success": "#ffffff",
|
||||||
|
"success--faded": "#3f3f40",
|
||||||
|
"danger": "#ffffff",
|
||||||
|
"danger--faded": "#3f3f40",
|
||||||
|
"warning": "#ffffff",
|
||||||
|
"warning--faded": "#1a1a1a",
|
||||||
|
"muted-1": "#ffffff",
|
||||||
|
"muted-2": "#ffffff",
|
||||||
|
"muted-3": "#3f3f40",
|
||||||
|
"muted-4": "#3f3f40",
|
||||||
|
"muted-5": "#3f3f40"
|
||||||
|
},
|
||||||
|
"hover-on": {
|
||||||
|
"action-primary": "#ffffff",
|
||||||
|
"action-secondary": "#0F3E99",
|
||||||
|
"emphasis": "#ffffff",
|
||||||
|
"success": "#ffffff",
|
||||||
|
"success--faded": "#3f3f40",
|
||||||
|
"danger": "#ffffff",
|
||||||
|
"danger--faded": "#3f3f40",
|
||||||
|
"warning": "#ffffff",
|
||||||
|
"warning--faded": "#1a1a1a"
|
||||||
|
},
|
||||||
|
"active-on": {
|
||||||
|
"action-primary": "#ffffff",
|
||||||
|
"action-secondary": "#0F3E99",
|
||||||
|
"emphasis": "#ffffff",
|
||||||
|
"success": "#ffffff",
|
||||||
|
"success--faded": "#3f3f40",
|
||||||
|
"danger": "#ffffff",
|
||||||
|
"danger--faded": "#3f3f40",
|
||||||
|
"warning": "#ffffff",
|
||||||
|
"warning--faded": "#1a1a1a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"borderWidths": [0, 0.125, 0.25, 0.5, 1, 2],
|
||||||
|
"borderRadius": [0, 0.125, 0.25, 0.5, 1],
|
||||||
|
"widths": [1, 2, 4, 8, 16],
|
||||||
|
"maxWidths": [1, 2, 4, 8, 16, 32, 48, 64, 96],
|
||||||
|
"heights": [1, 2, 4, 8, 16],
|
||||||
|
"sizes": [
|
||||||
|
{ "name": "small", "value": 2 },
|
||||||
|
{ "name": "regular", "value": 2.5 },
|
||||||
|
{ "name": "large", "value": 3 }
|
||||||
|
],
|
||||||
|
"typography": {
|
||||||
|
"measure": [30, 34, 20],
|
||||||
|
"styles": {
|
||||||
|
"heading-1": {
|
||||||
|
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
||||||
|
"fontWeight": "700",
|
||||||
|
"fontSize": "3rem",
|
||||||
|
"textTransform": "initial",
|
||||||
|
"letterSpacing": "0"
|
||||||
},
|
},
|
||||||
"semanticColors": {
|
"heading-2": {
|
||||||
"background": {
|
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
||||||
"base": "#ffffff",
|
"fontWeight": "700",
|
||||||
"base--inverted": "#03044e",
|
"fontSize": "2.25rem",
|
||||||
"action-primary": "#0F3E99",
|
"textTransform": "initial",
|
||||||
"action-secondary": "#eef3f7",
|
"letterSpacing": "0"
|
||||||
"emphasis": "#f71963",
|
|
||||||
"disabled": "#f2f4f5",
|
|
||||||
"success": "#8bc34a",
|
|
||||||
"success--faded": "#eafce3",
|
|
||||||
"danger": "#ff4c4c",
|
|
||||||
"danger--faded": "#ffe6e6",
|
|
||||||
"warning": "#ffb100",
|
|
||||||
"warning--faded": "#fff6e0",
|
|
||||||
"muted-1": "#727273",
|
|
||||||
"muted-2": "#979899",
|
|
||||||
"muted-3": "#cacbcc",
|
|
||||||
"muted-4": "#e3e4e6",
|
|
||||||
"muted-5": "#f2f4f5"
|
|
||||||
},
|
|
||||||
"hover-background": {
|
|
||||||
"action-primary": "#072c75",
|
|
||||||
"action-secondary": "#dbe9fd",
|
|
||||||
"emphasis": "#dd1659",
|
|
||||||
"success": "#8bc34a",
|
|
||||||
"success--faded": "#eafce3",
|
|
||||||
"danger": "#e13232",
|
|
||||||
"danger--faded": "#ffe6e6",
|
|
||||||
"warning": "#ffb100",
|
|
||||||
"warning--faded": "#fff6e0",
|
|
||||||
"muted-1": "#727273",
|
|
||||||
"muted-2": "#979899",
|
|
||||||
"muted-3": "#cacbcc",
|
|
||||||
"muted-4": "#e3e4e6",
|
|
||||||
"muted-5": "#f2f4f5"
|
|
||||||
},
|
|
||||||
"active-background": {
|
|
||||||
"action-primary": "#0c389f",
|
|
||||||
"action-secondary": "#d2defc",
|
|
||||||
"emphasis": "#dd1659",
|
|
||||||
"success": "#8bc34a",
|
|
||||||
"success--faded": "#eafce3",
|
|
||||||
"danger": "#ff4c4c",
|
|
||||||
"danger--faded": "#ffe6e6",
|
|
||||||
"warning": "#ffb100",
|
|
||||||
"warning--faded": "#fff6e0",
|
|
||||||
"muted-1": "#727273",
|
|
||||||
"muted-2": "#979899",
|
|
||||||
"muted-3": "#cacbcc",
|
|
||||||
"muted-4": "#e3e4e6",
|
|
||||||
"muted-5": "#f2f4f5"
|
|
||||||
},
|
|
||||||
"text": {
|
|
||||||
"action-primary": "#0F3E99",
|
|
||||||
"action-secondary": "#eef3f7",
|
|
||||||
"link": "#0F3E99",
|
|
||||||
"emphasis": "#f71963",
|
|
||||||
"disabled": "#979899",
|
|
||||||
"success": "#8bc34a",
|
|
||||||
"success--faded": "#eafce3",
|
|
||||||
"danger": "#ff4c4c",
|
|
||||||
"danger--faded": "#ffe6e6",
|
|
||||||
"warning": "#ffb100",
|
|
||||||
"warning--faded": "#fff6e0",
|
|
||||||
"muted-1": "#727273",
|
|
||||||
"muted-2": "#979899",
|
|
||||||
"muted-3": "#cacbcc",
|
|
||||||
"muted-4": "#e3e4e6",
|
|
||||||
"muted-5": "#f2f4f5"
|
|
||||||
},
|
|
||||||
"visited-text": {
|
|
||||||
"link": "#0c389f"
|
|
||||||
},
|
|
||||||
"hover-text": {
|
|
||||||
"action-primary": "#072c75",
|
|
||||||
"action-secondary": "#dbe9fd",
|
|
||||||
"link": "#0c389f",
|
|
||||||
"emphasis": "#dd1659",
|
|
||||||
"success": "#8bc34a",
|
|
||||||
"success--faded": "#eafce3",
|
|
||||||
"danger": "#e13232",
|
|
||||||
"danger--faded": "#ffe6e6",
|
|
||||||
"warning": "#ffb100",
|
|
||||||
"warning--faded": "#fff6e0"
|
|
||||||
},
|
|
||||||
"active-text": {
|
|
||||||
"link": "#0c389f",
|
|
||||||
"emphasis": "#dd1659",
|
|
||||||
"success": "#8bc34a",
|
|
||||||
"success--faded": "#eafce3",
|
|
||||||
"danger": "#ff4c4c",
|
|
||||||
"danger--faded": "#ffe6e6",
|
|
||||||
"warning": "#ffb100",
|
|
||||||
"warning--faded": "#fff6e0"
|
|
||||||
},
|
|
||||||
"border": {
|
|
||||||
"action-primary": "#0F3E99",
|
|
||||||
"action-secondary": "#eef3f7",
|
|
||||||
"emphasis": "#f71963",
|
|
||||||
"disabled": "#e3e4e6",
|
|
||||||
"success": "#8bc34a",
|
|
||||||
"success--faded": "#eafce3",
|
|
||||||
"danger": "#ff4c4c",
|
|
||||||
"danger--faded": "#ffe6e6",
|
|
||||||
"warning": "#ffb100",
|
|
||||||
"warning--faded": "#fff6e0",
|
|
||||||
"muted-1": "#727273",
|
|
||||||
"muted-2": "#979899",
|
|
||||||
"muted-3": "#cacbcc",
|
|
||||||
"muted-4": "#e3e4e6",
|
|
||||||
"muted-5": "#f2f4f5"
|
|
||||||
},
|
|
||||||
"hover-border": {
|
|
||||||
"action-primary": "#072c75",
|
|
||||||
"action-secondary": "#dbe9fd",
|
|
||||||
"emphasis": "#dd1659",
|
|
||||||
"success": "#8bc34a",
|
|
||||||
"success--faded": "#eafce3",
|
|
||||||
"danger": "#e13232",
|
|
||||||
"danger--faded": "#ffe6e6",
|
|
||||||
"warning": "#ffb100",
|
|
||||||
"warning--faded": "#fff6e0",
|
|
||||||
"muted-1": "#727273",
|
|
||||||
"muted-2": "#979899",
|
|
||||||
"muted-3": "#cacbcc",
|
|
||||||
"muted-4": "#e3e4e6",
|
|
||||||
"muted-5": "#f2f4f5"
|
|
||||||
},
|
|
||||||
"active-border": {
|
|
||||||
"action-primary": "#0c389f",
|
|
||||||
"action-secondary": "#d2defc",
|
|
||||||
"emphasis": "#dd1659",
|
|
||||||
"success": "#8bc34a",
|
|
||||||
"success--faded": "#eafce3",
|
|
||||||
"danger": "#ff4c4c",
|
|
||||||
"danger--faded": "#ffe6e6",
|
|
||||||
"warning": "#ffb100",
|
|
||||||
"warning--faded": "#fff6e0",
|
|
||||||
"muted-1": "#727273",
|
|
||||||
"muted-2": "#979899",
|
|
||||||
"muted-3": "#cacbcc",
|
|
||||||
"muted-4": "#e3e4e6",
|
|
||||||
"muted-5": "#f2f4f5"
|
|
||||||
},
|
|
||||||
"on": {
|
|
||||||
"base": "#3f3f40",
|
|
||||||
"base--inverted": "#ffffff",
|
|
||||||
"action-primary": "#ffffff",
|
|
||||||
"action-secondary": "#0F3E99",
|
|
||||||
"emphasis": "#ffffff",
|
|
||||||
"disabled": "#979899",
|
|
||||||
"success": "#ffffff",
|
|
||||||
"success--faded": "#3f3f40",
|
|
||||||
"danger": "#ffffff",
|
|
||||||
"danger--faded": "#3f3f40",
|
|
||||||
"warning": "#ffffff",
|
|
||||||
"warning--faded": "#1a1a1a",
|
|
||||||
"muted-1": "#ffffff",
|
|
||||||
"muted-2": "#ffffff",
|
|
||||||
"muted-3": "#3f3f40",
|
|
||||||
"muted-4": "#3f3f40",
|
|
||||||
"muted-5": "#3f3f40"
|
|
||||||
},
|
|
||||||
"hover-on": {
|
|
||||||
"action-primary": "#ffffff",
|
|
||||||
"action-secondary": "#0F3E99",
|
|
||||||
"emphasis": "#ffffff",
|
|
||||||
"success": "#ffffff",
|
|
||||||
"success--faded": "#3f3f40",
|
|
||||||
"danger": "#ffffff",
|
|
||||||
"danger--faded": "#3f3f40",
|
|
||||||
"warning": "#ffffff",
|
|
||||||
"warning--faded": "#1a1a1a"
|
|
||||||
},
|
|
||||||
"active-on": {
|
|
||||||
"action-primary": "#ffffff",
|
|
||||||
"action-secondary": "#0F3E99",
|
|
||||||
"emphasis": "#ffffff",
|
|
||||||
"success": "#ffffff",
|
|
||||||
"success--faded": "#3f3f40",
|
|
||||||
"danger": "#ffffff",
|
|
||||||
"danger--faded": "#3f3f40",
|
|
||||||
"warning": "#ffffff",
|
|
||||||
"warning--faded": "#1a1a1a"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"borderWidths": [0, 0.125, 0.25, 0.5, 1, 2],
|
"heading-3": {
|
||||||
"borderRadius": [0, 0.125, 0.25, 0.5, 1],
|
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
||||||
"widths": [1, 2, 4, 8, 16],
|
"fontWeight": "700",
|
||||||
"maxWidths": [1, 2, 4, 8, 16, 32, 48, 64, 96],
|
"fontSize": "1.75rem",
|
||||||
"heights": [1, 2, 4, 8, 16],
|
"textTransform": "initial",
|
||||||
"sizes": [
|
"letterSpacing": "0"
|
||||||
{"name": "small", "value": 2},
|
|
||||||
{"name": "regular", "value": 2.5},
|
|
||||||
{"name": "large", "value": 3}
|
|
||||||
],
|
|
||||||
"typography":{
|
|
||||||
"measure": [30, 34, 20],
|
|
||||||
"styles": {
|
|
||||||
"heading-1": {
|
|
||||||
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
|
||||||
"fontWeight": "700",
|
|
||||||
"fontSize": "3rem",
|
|
||||||
"textTransform": "initial",
|
|
||||||
"letterSpacing": "0"
|
|
||||||
},
|
|
||||||
"heading-2": {
|
|
||||||
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
|
||||||
"fontWeight": "700",
|
|
||||||
"fontSize": "2.25rem",
|
|
||||||
"textTransform": "initial",
|
|
||||||
"letterSpacing": "0"
|
|
||||||
},
|
|
||||||
"heading-3": {
|
|
||||||
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
|
||||||
"fontWeight": "700",
|
|
||||||
"fontSize": "1.75rem",
|
|
||||||
"textTransform": "initial",
|
|
||||||
"letterSpacing": "0"
|
|
||||||
},
|
|
||||||
"heading-4": {
|
|
||||||
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
|
||||||
"fontWeight": "normal",
|
|
||||||
"fontSize": "1.5rem",
|
|
||||||
"textTransform": "initial",
|
|
||||||
"letterSpacing": "0"
|
|
||||||
},
|
|
||||||
"heading-5": {
|
|
||||||
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
|
||||||
"fontWeight": "normal",
|
|
||||||
"fontSize": "1.25rem",
|
|
||||||
"textTransform": "initial",
|
|
||||||
"letterSpacing": "0"
|
|
||||||
},
|
|
||||||
"heading-6": {
|
|
||||||
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
|
||||||
"fontWeight": "normal",
|
|
||||||
"fontSize": "1.25rem",
|
|
||||||
"textTransform": "initial",
|
|
||||||
"letterSpacing": "0"
|
|
||||||
},
|
|
||||||
"body": {
|
|
||||||
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
|
||||||
"fontWeight": "normal",
|
|
||||||
"fontSize": "1rem",
|
|
||||||
"textTransform": "initial",
|
|
||||||
"letterSpacing": "0"
|
|
||||||
},
|
|
||||||
"small": {
|
|
||||||
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
|
||||||
"fontWeight": "normal",
|
|
||||||
"fontSize": "0.875rem",
|
|
||||||
"textTransform": "initial",
|
|
||||||
"letterSpacing": "0"
|
|
||||||
},
|
|
||||||
"mini": {
|
|
||||||
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
|
||||||
"fontWeight": "normal",
|
|
||||||
"fontSize": "0.75rem",
|
|
||||||
"textTransform": "initial",
|
|
||||||
"letterSpacing": "0"
|
|
||||||
},
|
|
||||||
"action": {
|
|
||||||
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
|
||||||
"fontWeight": "500",
|
|
||||||
"fontSize": "1rem",
|
|
||||||
"textTransform": "uppercase",
|
|
||||||
"letterSpacing": "0"
|
|
||||||
},
|
|
||||||
"action--small": {
|
|
||||||
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
|
||||||
"fontWeight": "500",
|
|
||||||
"fontSize": "0.875rem",
|
|
||||||
"textTransform": "uppercase",
|
|
||||||
"letterSpacing": "0"
|
|
||||||
},
|
|
||||||
"action--large": {
|
|
||||||
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
|
||||||
"fontWeight": "500",
|
|
||||||
"fontSize": "1.25rem",
|
|
||||||
"textTransform": "uppercase",
|
|
||||||
"letterSpacing": "0"
|
|
||||||
},
|
|
||||||
"code": {
|
|
||||||
"fontFamily": "Consolas, monaco, monospace",
|
|
||||||
"fontWeight": "normal",
|
|
||||||
"fontSize": "1rem",
|
|
||||||
"textTransform": "initial",
|
|
||||||
"letterSpacing": "0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"opacity": [1, 0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1, 0.05, 0.025, 0]
|
"heading-4": {
|
||||||
|
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontSize": "1.5rem",
|
||||||
|
"textTransform": "initial",
|
||||||
|
"letterSpacing": "0"
|
||||||
|
},
|
||||||
|
"heading-5": {
|
||||||
|
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontSize": "1.25rem",
|
||||||
|
"textTransform": "initial",
|
||||||
|
"letterSpacing": "0"
|
||||||
|
},
|
||||||
|
"heading-6": {
|
||||||
|
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontSize": "1.25rem",
|
||||||
|
"textTransform": "initial",
|
||||||
|
"letterSpacing": "0"
|
||||||
|
},
|
||||||
|
"body": {
|
||||||
|
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontSize": "1rem",
|
||||||
|
"textTransform": "initial",
|
||||||
|
"letterSpacing": "0"
|
||||||
|
},
|
||||||
|
"small": {
|
||||||
|
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontSize": "0.875rem",
|
||||||
|
"textTransform": "initial",
|
||||||
|
"letterSpacing": "0"
|
||||||
|
},
|
||||||
|
"mini": {
|
||||||
|
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontSize": "0.75rem",
|
||||||
|
"textTransform": "initial",
|
||||||
|
"letterSpacing": "0"
|
||||||
|
},
|
||||||
|
"action": {
|
||||||
|
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
||||||
|
"fontWeight": "500",
|
||||||
|
"fontSize": "1rem",
|
||||||
|
"textTransform": "uppercase",
|
||||||
|
"letterSpacing": "0"
|
||||||
|
},
|
||||||
|
"action--small": {
|
||||||
|
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
||||||
|
"fontWeight": "500",
|
||||||
|
"fontSize": "0.875rem",
|
||||||
|
"textTransform": "uppercase",
|
||||||
|
"letterSpacing": "0"
|
||||||
|
},
|
||||||
|
"action--large": {
|
||||||
|
"fontFamily": "San Francisco, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif",
|
||||||
|
"fontWeight": "500",
|
||||||
|
"fontSize": "1.25rem",
|
||||||
|
"textTransform": "uppercase",
|
||||||
|
"letterSpacing": "0"
|
||||||
|
},
|
||||||
|
"code": {
|
||||||
|
"fontFamily": "Consolas, monaco, monospace",
|
||||||
|
"fontWeight": "normal",
|
||||||
|
"fontSize": "1rem",
|
||||||
|
"textTransform": "initial",
|
||||||
|
"letterSpacing": "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"opacity": [1, 0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1, 0.05, 0.025, 0]
|
||||||
}
|
}
|
||||||
|
@ -12,5 +12,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.html--pdp-breadcrumb {
|
.html--pdp-breadcrumb {
|
||||||
background-color: green;
|
background-color: blue;
|
||||||
}
|
}
|
46
styles/css/vtex.breadcrumb.css
Normal file
46
styles/css/vtex.breadcrumb.css
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
@charset "UTF-8";
|
||||||
|
/*
|
||||||
|
0 - 600PX: Phone
|
||||||
|
600 - 900px: Table portrait
|
||||||
|
900 - 1200px: Tablet landscape
|
||||||
|
[1200 - 1800] is where our nortal styles apply
|
||||||
|
1800px + : Big desktop
|
||||||
|
*/
|
||||||
|
/* Media Query M3 */
|
||||||
|
/* Grid breakpoints */
|
||||||
|
.container {
|
||||||
|
padding: 0 40px;
|
||||||
|
margin: 32px 0 0;
|
||||||
|
}
|
||||||
|
.container .homeLink::before {
|
||||||
|
content: "Home";
|
||||||
|
}
|
||||||
|
.container .homeLink .homeIcon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.container .arrow--1,
|
||||||
|
.container .arrow--2 {
|
||||||
|
font-size: 0;
|
||||||
|
}
|
||||||
|
.container .arrow--1::after,
|
||||||
|
.container .arrow--2::after {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
.container .arrow--1::after {
|
||||||
|
content: "Sapatos";
|
||||||
|
}
|
||||||
|
.container .arrow--2::after {
|
||||||
|
content: "Sandálias";
|
||||||
|
}
|
||||||
|
.container .homeLink::before,
|
||||||
|
.container .arrow--1::after,
|
||||||
|
.container .arrow--2::after {
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #929292;
|
||||||
|
}
|
||||||
|
.container .termArrow,
|
||||||
|
.container .term {
|
||||||
|
display: none;
|
||||||
|
}
|
@ -1,98 +1,20 @@
|
|||||||
.flexRowContent--menu-link,
|
/*
|
||||||
.flexRowContent--main-header {
|
0 - 600PX: Phone
|
||||||
padding: 0 0.5rem;
|
600 - 900px: Table portrait
|
||||||
|
900 - 1200px: Tablet landscape
|
||||||
|
[1200 - 1800] is where our nortal styles apply
|
||||||
|
1800px + : Big desktop
|
||||||
|
*/
|
||||||
|
/* Media Query M3 */
|
||||||
|
/* Grid breakpoints */
|
||||||
|
.flexRow .flexRowContent--productPanel {
|
||||||
|
margin: 16px 0 0;
|
||||||
|
padding: 0 40px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.flexRow .flexRowContent--productPanel .stretchChildrenWidth:first-child {
|
||||||
@media screen and (min-width: 40em) {
|
padding: 0;
|
||||||
.flexRowContent--menu-link,
|
|
||||||
.flexRowContent--main-header {
|
|
||||||
padding: 0 1rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
.flexRow .flexRowContent--productPanel .stretchChildrenWidth:first-child .flexCol--productShowcase {
|
||||||
@media screen and (min-width: 80rem) {
|
margin: 0 32px 0 0;
|
||||||
.flexRowContent--menu-link,
|
|
||||||
.flexRowContent--main-header {
|
|
||||||
padding: 0 0.25rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexRowContent--menu-link {
|
|
||||||
background-color: #03044e;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexRowContent--main-header {
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexRowContent--main-header-mobile {
|
|
||||||
align-items: center;
|
|
||||||
padding: 0.625rem 0.5rem;
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexRowContent--menu-link :global(.vtex-menu-2-x-styledLink) {
|
|
||||||
color: #ffffff;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexRowContent--main-header :global(.vtex-menu-2-x-styledLink) {
|
|
||||||
color: #727273;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexRow--deals {
|
|
||||||
background-color: #0F3E99;
|
|
||||||
padding: 14px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexRow--deals .stretchChildrenWidth {
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexRow--deals .flexCol {
|
|
||||||
align-items: center;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
padding-top: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexCol--filterCol {
|
|
||||||
max-width: 500px;
|
|
||||||
min-width: 230px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexCol--productCountCol {
|
|
||||||
align-items: flex-start;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexCol--orderByCol {
|
|
||||||
align-items: flex-end;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexCol--orderByMobileCol {
|
|
||||||
width: 42%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexCol--filterMobileCol {
|
|
||||||
width: 38%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexRow--quickviewMainRow {
|
|
||||||
display: flex;
|
|
||||||
max-height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexColChild--quickviewDetails:first-child {
|
|
||||||
overflow-y: auto;
|
|
||||||
height: 66% !important;
|
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexColChild--quickviewDetails:last-child {
|
|
||||||
height: 34% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexRow--addToCartRow {
|
|
||||||
padding-bottom: 1rem;
|
|
||||||
}
|
}
|
@ -1,3 +1,21 @@
|
|||||||
.product-identifier--productReference {
|
/*
|
||||||
margin-bottom: 1rem;
|
0 - 600PX: Phone
|
||||||
|
600 - 900px: Table portrait
|
||||||
|
900 - 1200px: Tablet landscape
|
||||||
|
[1200 - 1800] is where our nortal styles apply
|
||||||
|
1800px + : Big desktop
|
||||||
|
*/
|
||||||
|
/* Media Query M3 */
|
||||||
|
/* Grid breakpoints */
|
||||||
|
.product-identifier {
|
||||||
|
position: absolute;
|
||||||
|
top: 65px;
|
||||||
|
right: 40px;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: rgba(146, 146, 146, 0.4784313725);
|
||||||
|
}
|
||||||
|
.product-identifier__label, .product-identifier__separator {
|
||||||
|
display: none;
|
||||||
}
|
}
|
@ -1,79 +1,9 @@
|
|||||||
.listPrice {
|
/*
|
||||||
color: #727273;
|
0 - 600PX: Phone
|
||||||
margin-bottom: .25rem;
|
600 - 900px: Table portrait
|
||||||
font-size: 1rem;
|
900 - 1200px: Tablet landscape
|
||||||
}
|
[1200 - 1800] is where our nortal styles apply
|
||||||
|
1800px + : Big desktop
|
||||||
.sellingPrice {
|
*/
|
||||||
color: #3f3f40;
|
/* Media Query M3 */
|
||||||
font-size: 1.25rem;
|
/* Grid breakpoints */
|
||||||
}
|
|
||||||
|
|
||||||
.sellingPriceValue {
|
|
||||||
font-size: 2.25rem;
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
|
||||||
|
|
||||||
.installments {
|
|
||||||
color: #727273;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.savings {
|
|
||||||
font-weight: 500;
|
|
||||||
color: #79B03A;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sellingPriceValue--summary {
|
|
||||||
font-size: 1.25rem;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #2E2E2E;
|
|
||||||
}
|
|
||||||
|
|
||||||
.savings--summary {
|
|
||||||
background: #8BC34A;
|
|
||||||
border-radius: 1000px;
|
|
||||||
align-items: center;
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
padding-left: 0.5rem;
|
|
||||||
padding-right: 0.5rem;
|
|
||||||
font-size: 0.875rem;
|
|
||||||
font-weight: 600;
|
|
||||||
vertical-align: baseline;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.savings-discount--summary {
|
|
||||||
font-size: 0.875rem;
|
|
||||||
font-weight: 600;
|
|
||||||
vertical-align: baseline;
|
|
||||||
color: #FFFFFF;
|
|
||||||
padding-left: 0.5rem;
|
|
||||||
padding-right: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.listPrice--summary {
|
|
||||||
margin-bottom: 0.25rem;
|
|
||||||
font-size: .875rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.installments--summary {
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
font-size: 0.875rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.savings--summaryPercentage {
|
|
||||||
background: #0f3e99;
|
|
||||||
border-radius: 1000px;
|
|
||||||
align-items: center;
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.savingsPercentage--summaryPercentage {
|
|
||||||
font-size: 0.875rem;
|
|
||||||
font-weight: 600;
|
|
||||||
vertical-align: baseline;
|
|
||||||
color: #FFFFFF;
|
|
||||||
padding: 0.25rem 0.5rem 0.25rem 0.5rem;
|
|
||||||
}
|
|
12
styles/css/vtex.shelf.css
Normal file
12
styles/css/vtex.shelf.css
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
/*
|
||||||
|
0 - 600PX: Phone
|
||||||
|
600 - 900px: Table portrait
|
||||||
|
900 - 1200px: Tablet landscape
|
||||||
|
[1200 - 1800] is where our nortal styles apply
|
||||||
|
1800px + : Big desktop
|
||||||
|
*/
|
||||||
|
/* Media Query M3 */
|
||||||
|
/* Grid breakpoints */
|
||||||
|
.relatedProducts {
|
||||||
|
padding: 0 40px;
|
||||||
|
}
|
@ -7,6 +7,41 @@
|
|||||||
*/
|
*/
|
||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.newsletter {
|
.container {
|
||||||
background: red;
|
padding: 0;
|
||||||
|
}
|
||||||
|
.container .carouselContainer {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
}
|
||||||
|
.container .carouselContainer .carouselGaleryThumbs {
|
||||||
|
position: static;
|
||||||
|
margin: 16px 0 0;
|
||||||
|
}
|
||||||
|
.container .carouselContainer .carouselThumbBorder {
|
||||||
|
height: fit-content;
|
||||||
|
}
|
||||||
|
.container .productImagesThumb {
|
||||||
|
max-height: 90px !important;
|
||||||
|
margin: 0 16px 0 0;
|
||||||
|
width: fit-content !important;
|
||||||
|
}
|
||||||
|
.container .productImagesThumb .figure,
|
||||||
|
.container .productImagesThumb .figure .thumbImg {
|
||||||
|
max-height: 90px;
|
||||||
|
max-width: 90px;
|
||||||
|
min-height: 90px;
|
||||||
|
object-fit: fill;
|
||||||
|
}
|
||||||
|
.container .productImageTag--main {
|
||||||
|
object-fit: fill !important;
|
||||||
|
max-width: 664px;
|
||||||
|
}
|
||||||
|
.container .productNameContainer {
|
||||||
|
text-align: right;
|
||||||
|
font-weight: 300;
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 34px;
|
||||||
|
color: #575757;
|
||||||
|
margin: 0 0 51px;
|
||||||
}
|
}
|
@ -1,8 +0,0 @@
|
|||||||
.html {
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
.html--pdp-breadcrumb {
|
|
||||||
background-color: green;
|
|
||||||
}
|
|
||||||
|
|
45
styles/sass/pages/product/vtex.breadcrumb.scss
Normal file
45
styles/sass/pages/product/vtex.breadcrumb.scss
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
.container {
|
||||||
|
padding: 0 40px;
|
||||||
|
margin: 32px 0 0;
|
||||||
|
|
||||||
|
.homeLink {
|
||||||
|
&::before {
|
||||||
|
content: "Home";
|
||||||
|
}
|
||||||
|
|
||||||
|
.homeIcon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow--1,
|
||||||
|
.arrow--2 {
|
||||||
|
font-size: 0;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow--1::after {
|
||||||
|
content: "Sapatos";
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow--2::after {
|
||||||
|
content: "Sandálias";
|
||||||
|
}
|
||||||
|
|
||||||
|
.homeLink::before,
|
||||||
|
.arrow--1::after,
|
||||||
|
.arrow--2::after {
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: $color-gray6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.termArrow,
|
||||||
|
.term {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
15
styles/sass/pages/product/vtex.flex-layout.scss
Normal file
15
styles/sass/pages/product/vtex.flex-layout.scss
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
.flexRow {
|
||||||
|
.flexRowContent--productPanel {
|
||||||
|
margin: 16px 0 0;
|
||||||
|
padding: 0 40px;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.stretchChildrenWidth:first-child {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
.flexCol--productShowcase {
|
||||||
|
margin: 0 32px 0 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
14
styles/sass/pages/product/vtex.product-identifier.scss
Normal file
14
styles/sass/pages/product/vtex.product-identifier.scss
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
.product-identifier {
|
||||||
|
position: absolute;
|
||||||
|
top: 65px;
|
||||||
|
right: 40px;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: $color-gray8;
|
||||||
|
|
||||||
|
&__label,
|
||||||
|
&__separator {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
3
styles/sass/pages/product/vtex.shelf.scss
Normal file
3
styles/sass/pages/product/vtex.shelf.scss
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.relatedProducts {
|
||||||
|
padding: 0 40px;
|
||||||
|
}
|
@ -1,3 +1,45 @@
|
|||||||
.newsletter{
|
.container {
|
||||||
background: red;
|
padding: 0;
|
||||||
|
|
||||||
|
.carouselContainer {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
|
||||||
|
.carouselGaleryThumbs {
|
||||||
|
position: static;
|
||||||
|
margin: 16px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.carouselThumbBorder {
|
||||||
|
height: fit-content;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.productImagesThumb {
|
||||||
|
max-height: 90px !important;
|
||||||
|
margin: 0 16px 0 0;
|
||||||
|
width: fit-content !important;
|
||||||
|
|
||||||
|
.figure,
|
||||||
|
.figure .thumbImg {
|
||||||
|
max-height: 90px;
|
||||||
|
max-width: 90px;
|
||||||
|
min-height: 90px;
|
||||||
|
object-fit: fill;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.productImageTag--main {
|
||||||
|
object-fit: fill !important;
|
||||||
|
max-width: 664px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productNameContainer {
|
||||||
|
text-align: right;
|
||||||
|
font-weight: 300;
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 34px;
|
||||||
|
color: $color-gray7;
|
||||||
|
margin: 0 0 51px;
|
||||||
|
}
|
||||||
}
|
}
|
@ -7,6 +7,9 @@ $color-gray2: #7d7d7d;
|
|||||||
$color-gray3: #f0f0f0;
|
$color-gray3: #f0f0f0;
|
||||||
$color-gray4: #c4c4c4;
|
$color-gray4: #c4c4c4;
|
||||||
$color-gray5: #e5e5e5;
|
$color-gray5: #e5e5e5;
|
||||||
|
$color-gray6: #929292;
|
||||||
|
$color-gray7: #575757;
|
||||||
|
$color-gray8: #9292927a;
|
||||||
|
|
||||||
$color-blue: #4267b2;
|
$color-blue: #4267b2;
|
||||||
|
|
||||||
@ -14,18 +17,18 @@ $color-green: #4caf50;
|
|||||||
|
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
$grid-breakpoints: (
|
$grid-breakpoints: (
|
||||||
xs: 0,
|
xs: 0,
|
||||||
cstm: 400,
|
cstm: 400,
|
||||||
sm: 576px,
|
sm: 576px,
|
||||||
md: 768px,
|
md: 768px,
|
||||||
lg: 992px,
|
lg: 992px,
|
||||||
xl: 1200px
|
xl: 1200px,
|
||||||
) !default;
|
) !default;
|
||||||
|
|
||||||
$z-index: (
|
$z-index: (
|
||||||
level1: 5,
|
level1: 5,
|
||||||
level2: 10,
|
level2: 10,
|
||||||
level3: 15,
|
level3: 15,
|
||||||
level4: 20,
|
level4: 20,
|
||||||
level5: 25
|
level5: 25,
|
||||||
) !default;
|
) !default;
|
||||||
|
Loading…
Reference in New Issue
Block a user