_autoheight.scss 101B

12345678
  1. /*
  2. * Owl Carousel - Auto Height Plugin
  3. */
  4. .owl-height {
  5. transition: height 500ms ease-in-out;
  6. }