fix: Fazendo a thumb do video ocupar a div inteira
This commit is contained in:
parent
60d2b3ad0f
commit
60237e8024
@ -8,11 +8,6 @@
|
|||||||
*/
|
*/
|
||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.flexRowContent--newsletter-footer .newsletter {
|
|
||||||
height: 175px;
|
|
||||||
background-color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.searchBarContainer {
|
.searchBarContainer {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
@ -54,6 +49,11 @@
|
|||||||
background: red;
|
background: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.figure--product-images-pdp {
|
||||||
|
display: flex;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.productImage .productImageTag--main {
|
.productImage .productImageTag--main {
|
||||||
object-fit: fill !important;
|
object-fit: fill !important;
|
||||||
max-height: max-content !important;
|
max-height: max-content !important;
|
||||||
@ -430,4 +430,8 @@
|
|||||||
.shippingTable .shippingTableBody .shippingTableRow {
|
.shippingTable .shippingTableBody .shippingTableRow {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
.flexRowContent--newsletter-footer .newsletter {
|
||||||
|
height: 175px;
|
||||||
|
background-color: #000000;
|
||||||
}
|
}
|
@ -2,6 +2,11 @@
|
|||||||
background: red;
|
background: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.figure--product-images-pdp{
|
||||||
|
display: flex;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.productImage{
|
.productImage{
|
||||||
.productImageTag--main{
|
.productImageTag--main{
|
||||||
object-fit: fill !important;
|
object-fit: fill !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user