forked from M3-Academy/challenge-vtex-io
style: aplicando estilo do nome do produto
This commit is contained in:
parent
e37dfaa47e
commit
2c44ebe8bf
@ -69,3 +69,13 @@
|
|||||||
height: 664px;
|
height: 664px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.productNameContainer {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
.productNameContainer .productBrand {
|
||||||
|
font-weight: 300;
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 34px;
|
||||||
|
color: #575757;
|
||||||
|
}
|
@ -1,11 +1,11 @@
|
|||||||
//product-image
|
//product-images
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
@media (max-width: 1920px) and (min-width: 1024px) {
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
||||||
padding: 0 40px;
|
padding: 0 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -27,7 +27,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.carouselGaleryCursor {
|
.carouselGaleryCursor {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -60,3 +59,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//dados produto
|
||||||
|
|
||||||
|
.productNameContainer {
|
||||||
|
text-align: right;
|
||||||
|
.productBrand {
|
||||||
|
font-weight: 300;
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 34px;
|
||||||
|
color: #575757;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user