@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.js
CHANGED
|
@@ -20759,9 +20759,10 @@ const ModalCard = styled.div`
|
|
|
20759
20759
|
display: flex;
|
|
20760
20760
|
flex-direction: column;
|
|
20761
20761
|
gap:40px;
|
|
20762
|
+
animation: grow 0.1s ease-in-out;
|
|
20762
20763
|
@keyframes grow{
|
|
20763
20764
|
from{
|
|
20764
|
-
transform:scale(0.
|
|
20765
|
+
transform:scale(0.9);
|
|
20765
20766
|
}
|
|
20766
20767
|
to{
|
|
20767
20768
|
transform:scale(1);
|