Commit 6719032b41cb4ef8445ca27e2609800bb4a232e0
1 parent
a739f615
Веталь
Showing
1 changed file
with
35 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
@@ -1513,4 +1513,38 @@ input.custom-radio + label:hover { | @@ -1513,4 +1513,38 @@ input.custom-radio + label:hover { | ||
1513 | .top, .wrap, .bottom, .fotter { | 1513 | .top, .wrap, .bottom, .fotter { |
1514 | position: relative; | 1514 | position: relative; |
1515 | z-index: 2; | 1515 | z-index: 2; |
1516 | -} | ||
1517 | \ No newline at end of file | 1516 | \ No newline at end of file |
1517 | +} | ||
1518 | +.owl-pagination {display: none;} | ||
1519 | +.owl-controls .owl-buttons div { | ||
1520 | + width: 34px !important; | ||
1521 | + height: 50px !important; | ||
1522 | + background: #596065 !important; | ||
1523 | + top:50px !important; | ||
1524 | + opacity: 1 !important; | ||
1525 | + border-radius: 0 !important; | ||
1526 | + | ||
1527 | + position: relative; | ||
1528 | +} | ||
1529 | +.owl-controls .owl-buttons .owl-prev { | ||
1530 | + border-top-right-radius: 4px !important; | ||
1531 | + border-bottom-right-radius: 4px !important; | ||
1532 | + | ||
1533 | +} | ||
1534 | +.owl-controls .owl-buttons .owl-next { | ||
1535 | + border-top-left-radius: 4px !important; | ||
1536 | + border-bottom-left-radius: 4px !important; | ||
1537 | + | ||
1538 | +} | ||
1539 | +.owl-controls .owl-buttons div:before { | ||
1540 | + position: absolute; | ||
1541 | + content: ''; | ||
1542 | + width: 8px; | ||
1543 | + height: 22px; | ||
1544 | + background: url("../img/arrows_blocks.png") no-repeat; | ||
1545 | +} | ||
1546 | +.owl-controls .owl-buttons .owl-prev:before { | ||
1547 | + background-position: 0 0; | ||
1548 | +} | ||
1549 | +.owl-controls .owl-buttons .owl-next:before { | ||
1550 | + background-position: -8px 0; | ||
1551 | +} |