Commit 80be63b3d89b93ef12ffcf8eee79d23110d0d4a9
1 parent
e69a6f08
-collection
Showing
1 changed file
with
29 additions
and
1 deletions
Show diff stats
frontend/web/css/css_header.css
| @@ -27097,9 +27097,37 @@ ul.product-special li.promo div { | @@ -27097,9 +27097,37 @@ ul.product-special li.promo div { | ||
| 27097 | .new_collection .owl-buttons { | 27097 | .new_collection .owl-buttons { |
| 27098 | position: absolute; | 27098 | position: absolute; |
| 27099 | top:0; | 27099 | top:0; |
| 27100 | - right: 0; | 27100 | + right: -12px; |
| 27101 | width: 100px; | 27101 | width: 100px; |
| 27102 | } | 27102 | } |
| 27103 | +.new_collection .owl-buttons .owl-prev,.new_collection .owl-buttons .owl-next { | ||
| 27104 | + top: 0!important; | ||
| 27105 | + right: 38px!important; | ||
| 27106 | + left: auto!important; | ||
| 27107 | + width: 19px!important; | ||
| 27108 | + height: 19px!important; | ||
| 27109 | + border-radius: 100%!important; | ||
| 27110 | + background: none!important; | ||
| 27111 | +} | ||
| 27112 | +.new_collection .owl-buttons .owl-next { | ||
| 27113 | + right:13px !important; | ||
| 27114 | +} | ||
| 27115 | + | ||
| 27116 | + | ||
| 27117 | +.new_collection .owl-buttons .owl-prev:before, .new_collection .owl-buttons .owl-next:before{ | ||
| 27118 | + background: url("../images/new_img/ico/ico-19.png")!important; | ||
| 27119 | + background-repeat: no-repeat!important; | ||
| 27120 | + width: 5px!important; | ||
| 27121 | + height: 9px!important; | ||
| 27122 | + top: 50%!important; | ||
| 27123 | + left: 50%!important; | ||
| 27124 | + margin-top: -5px!important; | ||
| 27125 | + margin-left: -3px!important; | ||
| 27126 | +} | ||
| 27127 | +.new_collection .owl-buttons .owl-next:before { | ||
| 27128 | + background-position: -5px 0!important; | ||
| 27129 | + margin-left: -2px!important; | ||
| 27130 | +} | ||
| 27103 | @media(max-width: 1200px){ | 27131 | @media(max-width: 1200px){ |
| 27104 | .collection .catalog_product_list.view_table.new_collection .catalog_item { | 27132 | .collection .catalog_product_list.view_table.new_collection .catalog_item { |
| 27105 | width: 50%; | 27133 | width: 50%; |