Commit ac85b918d4790878c04d005815db5fecdd8f7f15
1 parent
15b77676
-collection
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
frontend/web/css/css_header.css
... | ... | @@ -27000,7 +27000,7 @@ ul.product-special li.promo div { |
27000 | 27000 | } |
27001 | 27001 | .collection .catalog_product_list.view_table.new_collection .catalog_item { |
27002 | 27002 | width: 33.33333333%; |
27003 | - padding: 0 15px; | |
27003 | + padding: 0 16px; | |
27004 | 27004 | } |
27005 | 27005 | .new_collection .info_icons { |
27006 | 27006 | display: block !important; |
... | ... | @@ -27041,7 +27041,7 @@ ul.product-special li.promo div { |
27041 | 27041 | .title_name-collect { |
27042 | 27042 | text-align: center; |
27043 | 27043 | } |
27044 | -.title-name_ a p { | |
27044 | +.title-name_.title_name-collect a p { | |
27045 | 27045 | font-size: 16px; |
27046 | 27046 | width: 100%; |
27047 | 27047 | |
... | ... | @@ -27053,7 +27053,7 @@ ul.product-special li.promo div { |
27053 | 27053 | line-height: 19px; |
27054 | 27054 | text-transform: none; |
27055 | 27055 | } |
27056 | -.title-name_ a p:first-child { | |
27056 | +.title-name_.title_name-collect a p:first-child { | |
27057 | 27057 | font-size: 14px; |
27058 | 27058 | line-height: 13px; |
27059 | 27059 | height: 26px; | ... | ... |