Develop #6

Merged
Gustavo_Rallenson_Goncalves_Da_Silva merged 70 commits from Develop into master 2023-02-10 10:36:40 +00:00
5 changed files with 39 additions and 20 deletions
Showing only changes of commit 4ca8f60f50 - Show all commits

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