Entrega do Desafio #8

Merged
anacarolinaduartecavalcante merged 32 commits from develop into master 2023-02-07 12:13:03 +00:00
2 changed files with 30 additions and 0 deletions
Showing only changes of commit efe33ec58d - Show all commits

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 {