| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.7.2 - 21-08-2022 */ | |
| 1 | 2 | :root { |
| 2 | 3 | --color-box-shadow-color: rgba(0, 0, 0, 0.05); |
| 3 | 4 | } |
| 4 | 5 | |
| @@ -92,15 +93,29 @@ | ||
| 92 | 93 | .text-end-xxl { |
| 93 | 94 | text-align: end; |
| 94 | 95 | } |
| 95 | 96 | } |
| 97 | +@-webkit-keyframes eps-animation-pop { | |
| 98 | + from { | |
| 99 | + -webkit-transform: scale(0.75); | |
| 100 | + transform: scale(0.75); | |
| 101 | + opacity: 0; | |
| 102 | + } | |
| 103 | + to { | |
| 104 | + -webkit-transform: scale(1); | |
| 105 | + transform: scale(1); | |
| 106 | + opacity: 1; | |
| 107 | + } | |
| 108 | +} | |
| 96 | 109 | @keyframes eps-animation-pop { |
| 97 | 110 | from { |
| 98 | - transform: scale(0.75); | |
| 111 | + -webkit-transform: scale(0.75); | |
| 112 | + transform: scale(0.75); | |
| 99 | 113 | opacity: 0; |
| 100 | 114 | } |
| 101 | 115 | to { |
| 102 | - transform: scale(1); | |
| 116 | + -webkit-transform: scale(1); | |
| 117 | + transform: scale(1); | |
| 103 | 118 | opacity: 1; |
| 104 | 119 | } |
| 105 | 120 | } |
| 106 | 121 | /*# sourceMappingURL=app-base.css.map */ |