File size: 164 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 |
//
// Card with hover animations
//
.card-lift--hover {
&:hover {
transform: translateY(-20px);
@include transition($transition-base);
}
}
|
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 |
//
// Card with hover animations
//
.card-lift--hover {
&:hover {
transform: translateY(-20px);
@include transition($transition-base);
}
}
|