Merge pull request 'fix: Fazendo a thumb do video ocupar a div inteira' (#3) from feature/development into master

Reviewed-on: #3
This commit is contained in:
José Carlos Lins 2023-02-01 17:47:21 +00:00
commit a5fee0bec3
2 changed files with 14 additions and 5 deletions

View File

@ -8,11 +8,6 @@
*/
/* Media Query M3 */
/* Grid breakpoints */
.flexRowContent--newsletter-footer .newsletter {
height: 175px;
background-color: #000000;
}
.searchBarContainer {
padding: 0;
align-self: center;
@ -54,6 +49,11 @@
background: red;
}
.figure--product-images-pdp {
display: flex;
height: 100%;
}
.productImage .productImageTag--main {
object-fit: fill !important;
max-height: max-content !important;
@ -430,4 +430,8 @@
.shippingTable .shippingTableBody .shippingTableRow {
align-items: center;
}
}
.flexRowContent--newsletter-footer .newsletter {
height: 175px;
background-color: #000000;
}

View File

@ -2,6 +2,11 @@
background: red;
}
.figure--product-images-pdp{
display: flex;
height: 100%;
}
.productImage{
.productImageTag--main{
object-fit: fill !important;