forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #1
@ -58,8 +58,7 @@
|
|||||||
}
|
}
|
||||||
@media (max-width: 1920px) and (min-width: 1024px) {
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
||||||
.productImageTag--main {
|
.productImageTag--main {
|
||||||
max-height: 664px !important;
|
max-height: unset !important;
|
||||||
height: 664px !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -333,3 +332,35 @@
|
|||||||
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCell .shippingTableLabel .shippingTableRadioBtn {
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCell .shippingTableLabel .shippingTableRadioBtn {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.productImagesContainer--image-description {
|
||||||
|
width: 92.93%;
|
||||||
|
max-height: unset;
|
||||||
|
left: 6.9%;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.productImagesContainer--image-description .productImageTag--image-description--main {
|
||||||
|
max-height: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productDescriptionContainer {
|
||||||
|
margin-left: 32px;
|
||||||
|
width: 92.93%;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.productDescriptionContainer .productDescriptionTitle {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 32px;
|
||||||
|
color: #575757;
|
||||||
|
}
|
||||||
|
.productDescriptionContainer .productDescriptionText .container {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.productDescriptionContainer .productDescriptionText .container .content :first-child {
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 22px;
|
||||||
|
color: #929292;
|
||||||
|
}
|
@ -47,8 +47,7 @@
|
|||||||
.productImageTag--main {
|
.productImageTag--main {
|
||||||
object-fit: unset !important;
|
object-fit: unset !important;
|
||||||
@media (max-width: 1920px) and (min-width: 1024px) {
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
||||||
max-height: 664px !important;
|
max-height: unset !important;
|
||||||
height: 664px !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -343,3 +342,40 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Tab Layout
|
||||||
|
|
||||||
|
.productImagesContainer--image-description {
|
||||||
|
width: 92.93%;
|
||||||
|
max-height: unset;
|
||||||
|
left: 6.9%;
|
||||||
|
position: relative;
|
||||||
|
& .productImageTag--image-description--main{
|
||||||
|
max-height: unset !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.productDescriptionContainer {
|
||||||
|
margin-left: 32px;
|
||||||
|
width: 92.93%;
|
||||||
|
position: relative;
|
||||||
|
.productDescriptionTitle {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 32px;
|
||||||
|
color: #575757;
|
||||||
|
}
|
||||||
|
.productDescriptionText {
|
||||||
|
& .container {
|
||||||
|
padding: 0;
|
||||||
|
& .content {
|
||||||
|
:first-child {
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 22px;
|
||||||
|
color: #929292;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user