forked from M3-Academy/challenge-vtex-io
feat(skuName):nome do produto estilizado
This commit is contained in:
parent
ce479e5038
commit
4ca8f60f50
@ -27,6 +27,8 @@ os Requisitos cobrados serão:
|
||||
|
||||
- HACK 7. fazer o pix.(se ele for um bloco custom adiciona ele na linha 104 do bloco product.jsonc)
|
||||
|
||||
- FIXME COLOCAR OS TESTESID!!!!!
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -70,6 +70,16 @@
|
||||
border-radius: 24px;
|
||||
}
|
||||
|
||||
.productNameContainer--quickview {
|
||||
text-align: end;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-size: 20px;
|
||||
line-height: 34px;
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.carouselContainer {
|
||||
padding: 0 40px 0;
|
||||
}
|
||||
|
@ -1,19 +0,0 @@
|
||||
.savings,.listPriceValue{
|
||||
display: none;
|
||||
}
|
||||
.installments{
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-style: normal;
|
||||
// font-weight: 700;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
color: #929292;
|
||||
.installmentsNumber,.installmentValue{
|
||||
font-weight: 700;
|
||||
}
|
||||
.installmentsNumber{
|
||||
&::after{
|
||||
content: "x";
|
||||
}
|
||||
}
|
||||
}
|
@ -74,7 +74,15 @@
|
||||
border-radius: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.productNameContainer--quickview{
|
||||
text-align: end;
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-size: 20px;
|
||||
line-height: 34px;
|
||||
padding-right: 40px;
|
||||
}
|
||||
.carouselContainer{
|
||||
padding: 0 40px 0;
|
||||
.productImage{
|
||||
|
@ -84,3 +84,21 @@
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
.savings,.listPriceValue{
|
||||
display: none;
|
||||
}
|
||||
.installments{
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-style: normal;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
color: #929292;
|
||||
.installmentsNumber,.installmentValue{
|
||||
font-weight: 700;
|
||||
}
|
||||
.installmentsNumber{
|
||||
&::after{
|
||||
content: "x";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user