forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #1
@ -58,8 +58,7 @@
|
||||
}
|
||||
@media (max-width: 1920px) and (min-width: 1024px) {
|
||||
.productImageTag--main {
|
||||
max-height: 664px !important;
|
||||
height: 664px !important;
|
||||
max-height: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
@ -332,4 +331,36 @@
|
||||
}
|
||||
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCell .shippingTableLabel .shippingTableRadioBtn {
|
||||
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 {
|
||||
object-fit: unset !important;
|
||||
@media (max-width: 1920px) and (min-width: 1024px) {
|
||||
max-height: 664px !important;
|
||||
height: 664px !important;
|
||||
max-height: unset !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