@appartmint/mint 2.10.7 → 2.10.9
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/css/mint.css
CHANGED
|
@@ -1742,16 +1742,16 @@ app-root {
|
|
|
1742
1742
|
animation-duration: 5s;
|
|
1743
1743
|
}
|
|
1744
1744
|
.mint-spin-hover:hover {
|
|
1745
|
-
animation: mint-spin
|
|
1745
|
+
animation: mint-spin 1s ease-in-out forwards;
|
|
1746
1746
|
}
|
|
1747
1747
|
.mint-spin-hover:focus-visible {
|
|
1748
|
-
animation: mint-spin
|
|
1748
|
+
animation: mint-spin 1s ease-in-out forwards;
|
|
1749
1749
|
}
|
|
1750
|
-
.mint-spin-hover-icon:hover {
|
|
1751
|
-
animation: mint-spin
|
|
1750
|
+
.mint-spin-hover-icon:hover i {
|
|
1751
|
+
animation: mint-spin 1s ease-in-out forwards;
|
|
1752
1752
|
}
|
|
1753
|
-
.mint-spin-hover-icon:focus-visible {
|
|
1754
|
-
animation: mint-spin
|
|
1753
|
+
.mint-spin-hover-icon:focus-visible i {
|
|
1754
|
+
animation: mint-spin 1s ease-in-out forwards;
|
|
1755
1755
|
}
|
|
1756
1756
|
|
|
1757
1757
|
.mint-pulse-out {
|