Commit 93b9412e423d23b9d195202fcabab5d7970bc15d
1 parent
bfa4f402
111
Showing
1 changed file
with
9 additions
and
3 deletions
Show diff stats
frontend/web/css/css_header.css
| ... | ... | @@ -7528,7 +7528,7 @@ header a#logo img { |
| 7528 | 7528 | |
| 7529 | 7529 | p.empty-cart { |
| 7530 | 7530 | width: 100%; |
| 7531 | - padding: 46px 0; | |
| 7531 | + padding: 50px 0; | |
| 7532 | 7532 | text-align: center |
| 7533 | 7533 | } |
| 7534 | 7534 | |
| ... | ... | @@ -7794,7 +7794,7 @@ table.tbl_cart table.order_details .count_choise .minus-disabled { |
| 7794 | 7794 | |
| 7795 | 7795 | #header_feedback { |
| 7796 | 7796 | float: left; |
| 7797 | - padding: 21px 10px 5px 30px | |
| 7797 | + padding: 21px 0px 5px 30px | |
| 7798 | 7798 | } |
| 7799 | 7799 | |
| 7800 | 7800 | #header_feedback form { |
| ... | ... | @@ -10527,7 +10527,9 @@ footer .vacancies p { |
| 10527 | 10527 | .product_detail .img_part .position { |
| 10528 | 10528 | width: 100%; |
| 10529 | 10529 | position: relative; |
| 10530 | - z-index: 2 | |
| 10530 | + z-index: 2; | |
| 10531 | + margin-top:-50px; | |
| 10532 | + top:50px; | |
| 10531 | 10533 | } |
| 10532 | 10534 | |
| 10533 | 10535 | .product_detail .img_part .position.fixed { |
| ... | ... | @@ -13276,6 +13278,10 @@ h1.title { |
| 13276 | 13278 | float: left; |
| 13277 | 13279 | padding: 0px 30px 30px 0px; |
| 13278 | 13280 | } |
| 13281 | +.btn.btn-cart{ | |
| 13282 | + height: 54px; | |
| 13283 | + outline: none; | |
| 13284 | +} | |
| 13279 | 13285 | |
| 13280 | 13286 | |
| 13281 | 13287 | /*! HTML5 resposive design linija-svitla.ua v1.0.0 */ | ... | ... |