forked from M3-Academy/challenge-vtex-io
feat(product-selling-price):estilizando price-product
This commit is contained in:
parent
3d879a66c9
commit
5094293019
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"flex-layout.row#selling-price": {
|
"flex-layout.row#selling-price": {
|
||||||
"props": {
|
"props": {
|
||||||
|
"blockClass": "price-image",
|
||||||
"colGap": 2,
|
"colGap": 2,
|
||||||
"preserveLayoutOnMobile": true,
|
"preserveLayoutOnMobile": true,
|
||||||
"preventHorizontalStretch": true,
|
"preventHorizontalStretch": true,
|
||||||
@ -10,7 +11,11 @@
|
|||||||
"product-selling-price"
|
"product-selling-price"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"product-selling-price#ProducyImage":{
|
||||||
|
"props":{
|
||||||
|
"blockClass": "price"
|
||||||
|
}
|
||||||
|
},
|
||||||
"flex-layout.row#list-price-savings": {
|
"flex-layout.row#list-price-savings": {
|
||||||
"props": {
|
"props": {
|
||||||
"colGap": 2,
|
"colGap": 2,
|
||||||
|
@ -191,4 +191,13 @@
|
|||||||
|
|
||||||
.flexRow--pdp-price .flexRowContent--pdp-price {
|
.flexRow--pdp-price .flexRowContent--pdp-price {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flexRow--price-image :global(.vtex-product-price-1-x-sellingPrice--hasListPrice) {
|
||||||
|
color: #000000;
|
||||||
|
font-family: "Open Sans", sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 25px;
|
||||||
|
line-height: 38px;
|
||||||
}
|
}
|
@ -184,4 +184,14 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.flexRow--price-image{
|
||||||
|
:global(.vtex-product-price-1-x-sellingPrice--hasListPrice){
|
||||||
|
color: #000000;
|
||||||
|
font-family: 'Open Sans',sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 25px;
|
||||||
|
line-height: 38px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
.stackItem{
|
.stackItem{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user