/* Created on : Nov 16, 2017, 11:51:09 AM Author : rolf */ @use 'variables' as *; .notice-group{ display: inline-block; position: relative; width: 77% !important; margin: 18px; margin-right: 10px; background-color: $white; box-sizing: border-box; border-width: 1px; border-style: solid; border-color: $lightgrey; border-radius: 0px; min-height: 107px; padding: 5px; min-width: none !important; } .notice-option-title { margin-bottom: 3px; font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans'; font-weight: 700; font-style: normal; font-size: 13px; color: $primeRxOrange; } .btn-pre{ display: table-cell; } .left-arrow-img{ -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); margin-left: -15px; } .right-arrow-img{ width: 23px; height:9px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .content{ white-space: pre-line; display: table-cell } ngb-carousel.carousel.slide.show-carousel-arrows .carousel-control-prev, ngb-carousel.carousel.slide.show-carousel-arrows .carousel-control-next{ width: auto !important; } .carousel-control-next-icon::before { content: "\f0da" !important; } .carousel-control-prev-icon::before { content: "\f0d9" !important; } .carousel-control-prev-icon::before, .carousel-control-next-icon::before { font-family: FontAwesome; color: $carouselArrow; font-size: 40px; line-height: 1; } .carousel-control-prev-icon, .carousel-control-next-icon { background-image: none !important; width: 1rem !important; }