react-code-dataset / argon-dashboard-react /src /assets /scss /argon-dashboard /custom /cards /_card-animations.scss
| // | |
| // Card with hover animations | |
| // | |
| .card-lift--hover { | |
| &:hover { | |
| transform: translateY(-20px); | |
| @include transition($transition-base); | |
| } | |
| } | |