31 lines
702 B
SCSS
31 lines
702 B
SCSS
|
.containerNormal--prateleiraShelf{
|
||
|
max-width: 315px !important;
|
||
|
}
|
||
|
.element--prateleiraShelf{
|
||
|
outline: 0;
|
||
|
}
|
||
|
.nameContainer--prateleiraProductName{
|
||
|
padding: 16px 16px 8px 16px;
|
||
|
|
||
|
.brandName--prateleiraProductName{
|
||
|
font-family: 'Open Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 18px;
|
||
|
line-height: 25px;
|
||
|
text-align: center;
|
||
|
color: $color-black2;
|
||
|
}
|
||
|
// .nameWrapper--prateleiraProductName{
|
||
|
// min-height: 50px;
|
||
|
// }
|
||
|
}
|
||
|
.imageWrapper--prateleiraImg,
|
||
|
.imageContainer--prateleiraImg,
|
||
|
.image--prateleiraImg{
|
||
|
min-height: 314px;
|
||
|
|
||
|
@media screen and (max-width: 1280px) {
|
||
|
min-height: 285px;
|
||
|
}
|
||
|
}
|