Commit 207ef2982eec01b7c85183eafb40aab03cd25b4f
1 parent
6719032b
Веталь
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
@@ -1522,7 +1522,8 @@ input.custom-radio + label:hover { | @@ -1522,7 +1522,8 @@ input.custom-radio + label:hover { | ||
1522 | top:50px !important; | 1522 | top:50px !important; |
1523 | opacity: 1 !important; | 1523 | opacity: 1 !important; |
1524 | border-radius: 0 !important; | 1524 | border-radius: 0 !important; |
1525 | - | 1525 | + padding: 0!important; |
1526 | + margin: 0!important; | ||
1526 | position: relative; | 1527 | position: relative; |
1527 | } | 1528 | } |
1528 | .owl-controls .owl-buttons .owl-prev { | 1529 | .owl-controls .owl-buttons .owl-prev { |
@@ -1541,6 +1542,10 @@ input.custom-radio + label:hover { | @@ -1541,6 +1542,10 @@ input.custom-radio + label:hover { | ||
1541 | width: 8px; | 1542 | width: 8px; |
1542 | height: 22px; | 1543 | height: 22px; |
1543 | background: url("../img/arrows_blocks.png") no-repeat; | 1544 | background: url("../img/arrows_blocks.png") no-repeat; |
1545 | + top:50%; | ||
1546 | + margin-top: 11px; | ||
1547 | + left: 50%; | ||
1548 | + margin-left: -4px; | ||
1544 | } | 1549 | } |
1545 | .owl-controls .owl-buttons .owl-prev:before { | 1550 | .owl-controls .owl-buttons .owl-prev:before { |
1546 | background-position: 0 0; | 1551 | background-position: 0 0; |