forked from M3-Academy/challenge-vtex-io
44 lines
801 B
SCSS
44 lines
801 B
SCSS
|
.containerNormal {
|
||
|
max-width: 100% !important;
|
||
|
margin: 0 !important;
|
||
|
}
|
||
|
.nameContainer{
|
||
|
padding-top: 8px !important;
|
||
|
padding-bottom: 8px !important;
|
||
|
.brandName {
|
||
|
font-family: "Open Sans";
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 18px;
|
||
|
line-height: 25px;
|
||
|
text-align: center;
|
||
|
color: #000000;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
.imageStackContainer {
|
||
|
width: 434.4px !important;
|
||
|
height: 434.4px;
|
||
|
@media (max-width: 1920px) {
|
||
|
width: 291.2px !important;
|
||
|
height: 291.2px;
|
||
|
}
|
||
|
@media (max-width: 500px) {
|
||
|
width: 124.8px !important;
|
||
|
height: 124.8px;
|
||
|
}
|
||
|
}
|
||
|
.imageNormal {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
max-height: 100% !important;
|
||
|
}
|
||
|
|
||
|
.priceContainer{
|
||
|
padding-top: 0px !important;
|
||
|
padding-bottom: 0px !important;
|
||
|
.installmentContainer{
|
||
|
display: none;
|
||
|
}
|
||
|
}
|