From 60237e8024f1e67756c825d25422b4a427dc5c68 Mon Sep 17 00:00:00 2001 From: Carlos Lins Date: Wed, 1 Feb 2023 14:45:01 -0300 Subject: [PATCH] fix: Fazendo a thumb do video ocupar a div inteira --- styles/css/vtex.store-components.css | 14 +++++++++----- .../sass/pages/product/vtex.store-components.scss | 5 +++++ 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index 952423f..b947f77 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -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; } \ No newline at end of file diff --git a/styles/sass/pages/product/vtex.store-components.scss b/styles/sass/pages/product/vtex.store-components.scss index ecc4818..ad47898 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -2,6 +2,11 @@ background: red; } +.figure--product-images-pdp{ + display: flex; + height: 100%; +} + .productImage{ .productImageTag--main{ object-fit: fill !important;