Entrega do Desafio #1

Merged
anacarolinaduartecavalcante merged 93 commits from feature/challenge-vtex-io into develop 2023-02-03 17:14:03 +00:00
2 changed files with 23 additions and 3 deletions
Showing only changes of commit 2c44ebe8bf - Show all commits

View File

@ -69,3 +69,13 @@
height: 664px;
}
}
.productNameContainer {
text-align: right;
}
.productNameContainer .productBrand {
font-weight: 300;
font-size: 20px;
line-height: 34px;
color: #575757;
}

View File

@ -1,4 +1,4 @@
//product-image
//product-images
.container {
width: 100%;
@ -27,7 +27,6 @@
}
}
.carouselGaleryCursor {
margin: 0 !important;
width: auto;
@ -60,3 +59,14 @@
}
}
//dados produto
.productNameContainer {
text-align: right;
.productBrand {
font-weight: 300;
font-size: 20px;
line-height: 34px;
color: #575757;
}
}