forked from M3-Academy/challenge-vtex-io
style: adicionando estilo do Product Price
This commit is contained in:
parent
3811c9fc2a
commit
efe33ec58d
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user