/* Agenda MaM */ .agendaMaM{ .wrapper{ margin: 0px 35px; clear: both; .itemMaM{ margin-right: 5px; margin-left: 5px; } } .owl-theme { .owl-controls{ margin-top: 0; text-align: center; /* Styling Next and Prev buttons */ .owl-buttons { div{ display: inline-block; zoom: 1; margin: 0; padding: 3px 10px; font-size: 12px; -webkit-border-radius:0; -moz-border-radius: 0; border-radius: 0; background: @color01; opacity: 1; position: absolute; height: 130px; &.owl-prev{ left: -35px; top: 0; .icon-chevron-left { width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; display: block; border-right:10px solid @color01_type; margin: 48px 0 0; } &.disabled{ background-color: desaturate(@color01, 50%); .opacity(50); cursor: default; } } &.owl-next{ right: -35px; top: 0; .icon-chevron-right{ width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; display: block; border-left: 10px solid @color01_type; margin: 48px 0 0; } &.disabled{ background-color: desaturate(@color01, 50%); .opacity(50); cursor: default; } } &:hover{ background: @color01_h; cursor: pointer; .icon-chevron-left{ border-right: 10px solid @color01_h_type; } .icon-chevron-right{ border-left: 10px solid @color01_h_type; } } } } /* Clickable class fix problem with hover on touch devices */ /* Use it for non-touch hover action */ &.clickable { .owl-buttons { div{ &:hover{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; text-decoration: none; } } } } } } } /* Fin Agenda MaM */