Commit 4e20bd86a81aca810c9573abc76239f46388642b
1 parent
aa7a0f89
-collection
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
frontend/web/css/css_header.css
@@ -27078,6 +27078,21 @@ ul.product-special li.promo div { | @@ -27078,6 +27078,21 @@ ul.product-special li.promo div { | ||
27078 | float: left; | 27078 | float: left; |
27079 | padding-bottom: 0 !important; | 27079 | padding-bottom: 0 !important; |
27080 | } | 27080 | } |
27081 | +.new_collection .img { | ||
27082 | + height: 205px !important; | ||
27083 | + display: table !important; | ||
27084 | + width: 100% !important; | ||
27085 | +} | ||
27086 | +.new_collection .img a { | ||
27087 | + display: table-cell !important; | ||
27088 | + vertical-align: middle !important; | ||
27089 | + height: 205px !important; | ||
27090 | +} | ||
27091 | +.new_collection .img img { | ||
27092 | + max-height: 205px !important; | ||
27093 | + max-width: 205px !important; | ||
27094 | + vertical-align: middle; | ||
27095 | +} | ||
27081 | #collection {font-size: 24px; color: #4b4b4b;} | 27096 | #collection {font-size: 24px; color: #4b4b4b;} |
27082 | @media(max-width: 1200px){ | 27097 | @media(max-width: 1200px){ |
27083 | .collection .catalog_product_list.view_table.new_collection .catalog_item { | 27098 | .collection .catalog_product_list.view_table.new_collection .catalog_item { |