feat(skuName):nome do produto estilizado

This commit is contained in:
Gustavo Rallenson Gonçalves Da Silva 2023-02-01 01:36:05 -03:00
parent ce479e5038
commit 4ca8f60f50
5 changed files with 39 additions and 20 deletions

View File

@ -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!!!!!
}

View File

@ -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;
}

View File

@ -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";
}
}
}

View File

@ -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{

View File

@ -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";
}
}
}