No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_card-animations.scss 164B

12345678910
  1. //
  2. // Card with hover animations
  3. //
  4. .card-lift--hover {
  5. &:hover {
  6. transform: translateY(-20px);
  7. @include transition($transition-base);
  8. }
  9. }