carousel.component.scss 489 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

::ng-deep {
     .owl-next,
     .owl-prev {
         display: block;
         font-size: 1.3rem !important;
         line-height: 2em;
         border-radius: 50% !important;
         color: inherit !important;
         width: 3rem;
         height: 3rem;
         text-align: center;
         background: #fff !important;
         opacity: 0.5 !important;
         border: 1px solid #e8ebf3 !important;
         z-index: 99;
         box-shadow: 0 4px 15px rgb(67 67 67 / 15%);
     }
}