_slick_custom.scss 394 B

123456789101112131415161718192021
  1. $slick-prev-character: "\003C" !default;
  2. $slick-next-character: "\003E" !default;
  3. $slick-arrow-color: $yellow-puca !default;
  4. .home-page-layout-content{
  5. .slick-dots {
  6. // bottom: -40px !important;
  7. }
  8. }
  9. .view-actus.slick-slider.slick-next {
  10. &:before {
  11. content: $slick-next-character;
  12. font-weight: 100;
  13. background: rgba(255, 255, 255, 0.1);
  14. }
  15. }