feat(product-selling-price):estilizando price-product

This commit is contained in:
Gustavo Rallenson Gonçalves Da Silva 2023-02-08 18:47:39 -03:00
parent 3d879a66c9
commit 5094293019
4 changed files with 26 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"flex-layout.row#selling-price": {
"props": {
"blockClass": "price-image",
"colGap": 2,
"preserveLayoutOnMobile": true,
"preventHorizontalStretch": true,
@ -10,7 +11,11 @@
"product-selling-price"
]
},
"product-selling-price#ProducyImage":{
"props":{
"blockClass": "price"
}
},
"flex-layout.row#list-price-savings": {
"props": {
"colGap": 2,

View File

@ -191,4 +191,13 @@
.flexRow--pdp-price .flexRowContent--pdp-price {
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;
}

View File

@ -184,4 +184,14 @@
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;
}
}

View File

@ -1,3 +1,4 @@
.stackItem{
display: block;
}