style: adicionando estilo do Product Price

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-02-07 08:53:27 -03:00
parent 3811c9fc2a
commit efe33ec58d
2 changed files with 30 additions and 0 deletions

View File

@ -118,6 +118,19 @@
width: 100% !important;
}
.flexRowContent :global(.vtex-product-price-1-x-sellingPrice) {
margin-top: 24px;
}
.flexRowContent :global(.vtex-product-price-1-x-sellingPrice) :global(.vtex-product-price-1-x-sellingPriceValue) {
height: 38px;
}
.flexRowContent :global(.vtex-product-price-1-x-sellingPrice) :global(.vtex-product-price-1-x-sellingPriceValue) :global(.vtex-product-price-1-x-currencyContainer) {
font-weight: 700;
font-size: 25px;
line-height: 38px;
color: #000000;
}
.flexRow .flexRowContent .stretchChildrenWidth :global(.vtex-button):first-child {
background: #000000;
padding: 12px 64px;

View File

@ -128,6 +128,23 @@
width: 100% !important;
}
//Product Price
.flexRowContent {
:global(.vtex-product-price-1-x-sellingPrice) {
margin-top: 24px;
:global(.vtex-product-price-1-x-sellingPriceValue) {
height: 38px;
:global(.vtex-product-price-1-x-currencyContainer) {
font-weight: 700;
font-size: 25px;
line-height: 38px;
color: $black;
}
}
}
}
//Botao add Cart
.flexRow {