Commit c0dc5cadb15dcd8b99e2123dcdc0fbd0b848ff2e

Authored by Karnovsky A
2 parents 7c3b42c2 1c9ebc5e

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	frontend/web/css/style.css
Showing 1 changed file with 47 additions and 2 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -1310,7 +1310,7 @@ ul.product-special li.promo div:after {
1310 1310 margin: -16px 0 0 0;
1311 1311 }
1312 1312 .product_read_price { position: relative; min-height: 32px;margin-top: 10px;}
1313   -.special-products.products h3 {margin-bottom: 0;}
  1313 +.special-products.products h3 {margin-bottom: 10px;}
1314 1314 .special-products.products li.item {
1315 1315 margin-top: 30px;
1316 1316 }
... ... @@ -1514,7 +1514,52 @@ input.custom-radio + label:hover {
1514 1514 position: relative;
1515 1515 z-index: 2;
1516 1516 }
  1517 +.owl-pagination {display: none;}
  1518 +.owl-controls .owl-buttons div {
  1519 + width: 34px !important;
  1520 + height: 50px !important;
  1521 + background: #596065 !important;
  1522 + top:50% !important;
  1523 + margin: -25px 0 0 0 !important;
  1524 + opacity: 1 !important;
  1525 + border-radius: 0 !important;
  1526 + padding: 0!important;
  1527 + position: absolute;
  1528 +}
  1529 +.owl-controls .owl-buttons div:hover {
  1530 + background: #acafb2 !important;
  1531 + transition: 0.2s!important;
  1532 +}
  1533 +.owl-controls .owl-buttons .owl-prev {
  1534 + border-top-right-radius: 4px !important;
  1535 + border-bottom-right-radius: 4px !important;
  1536 + left: -20px;
  1537 +
  1538 +}
  1539 +.owl-controls .owl-buttons .owl-next {
  1540 + border-top-left-radius: 4px !important;
  1541 + border-bottom-left-radius: 4px !important;
  1542 + right: -20px;
  1543 +
  1544 +}
  1545 +.owl-controls .owl-buttons div:before {
  1546 + position: absolute;
  1547 + content: '';
  1548 + width: 8px;
  1549 + height: 22px;
  1550 + background: url("../img/arrows_blocks.png") no-repeat;
  1551 + top:50%;
  1552 + margin-top: -11px;
  1553 + left: 50%;
  1554 + margin-left: -4px;
  1555 +}
  1556 +.owl-controls .owl-buttons .owl-prev:before {
  1557 + background-position: 0 0;
  1558 +}
  1559 +.owl-controls .owl-buttons .owl-next:before {
  1560 + background-position: -8px 0;
  1561 +}
1517 1562 .product-thumb-video iframe {
1518 1563 width: 260px;
1519 1564 height: auto;
1520   -}
1521 1565 \ No newline at end of file
  1566 +}
... ...