| 1 |
.elementor-animation-grow-rotate { |
| 2 |
transition-duration: 0.3s; |
| 3 |
transition-property: transform; |
| 4 |
} |
| 5 |
.elementor-animation-grow-rotate:active, |
| 6 |
.elementor-animation-grow-rotate:focus, |
| 7 |
.elementor-animation-grow-rotate:hover { |
| 8 |
transform: scale(1.1) rotate(4deg); |
| 9 |
} |
| 10 |
|