Commit 3713191ca804fe1151a7e64d99a1a456503cddb8
1 parent
c4be40ac
-collection
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
frontend/web/css/css_header.css
| ... | ... | @@ -26761,7 +26761,7 @@ margin-top:7px |
| 26761 | 26761 | } |
| 26762 | 26762 | } |
| 26763 | 26763 | |
| 26764 | -} | |
| 26764 | + | |
| 26765 | 26765 | |
| 26766 | 26766 | .clock_style .flip-clock-label { |
| 26767 | 26767 | right: -65px!important |
| ... | ... | @@ -27094,6 +27094,12 @@ ul.product-special li.promo div { |
| 27094 | 27094 | vertical-align: middle; |
| 27095 | 27095 | } |
| 27096 | 27096 | #collection {font-size: 24px; color: #4b4b4b;} |
| 27097 | +#collection .owl-buttons { | |
| 27098 | + position: absolute; | |
| 27099 | + top:0; | |
| 27100 | + right: 0; | |
| 27101 | + width: 100px; | |
| 27102 | +} | |
| 27097 | 27103 | @media(max-width: 1200px){ |
| 27098 | 27104 | .collection .catalog_product_list.view_table.new_collection .catalog_item { |
| 27099 | 27105 | width: 50%; | ... | ... |