@appartmint/mint 2.10.5 → 2.10.6
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
|
@@ -1741,6 +1741,18 @@ app-root {
|
|
|
1741
1741
|
.mint-spin-5 {
|
|
1742
1742
|
animation-duration: 5s;
|
|
1743
1743
|
}
|
|
1744
|
+
.mint-spin-hover:hover {
|
|
1745
|
+
animation: mint-spin 1.5s ease-in-out forwards;
|
|
1746
|
+
}
|
|
1747
|
+
.mint-spin-hover:focus-visible {
|
|
1748
|
+
animation: mint-spin 1.5s ease-in-out forwards;
|
|
1749
|
+
}
|
|
1750
|
+
.mint-spin-hover-icon:hover {
|
|
1751
|
+
animation: mint-spin 1.5s ease-in-out forwards;
|
|
1752
|
+
}
|
|
1753
|
+
.mint-spin-hover-icon:focus-visible {
|
|
1754
|
+
animation: mint-spin 1.5s ease-in-out forwards;
|
|
1755
|
+
}
|
|
1744
1756
|
|
|
1745
1757
|
.mint-pulse-out {
|
|
1746
1758
|
animation: mint-pulse 0.75s ease-in-out forwards;
|