@secondstaxorg/sscomp 1.4.4 → 1.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3032,9 +3032,10 @@ button{
|
|
|
3032
3032
|
display: flex;
|
|
3033
3033
|
flex-direction: column;
|
|
3034
3034
|
gap:40px;
|
|
3035
|
+
animation: grow 0.1s ease-in-out;
|
|
3035
3036
|
@keyframes grow{
|
|
3036
3037
|
from{
|
|
3037
|
-
transform:scale(0.
|
|
3038
|
+
transform:scale(0.9);
|
|
3038
3039
|
}
|
|
3039
3040
|
to{
|
|
3040
3041
|
transform:scale(1);
|