@appartmint/mint 2.10.6 → 2.10.8
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
|
@@ -1747,10 +1747,10 @@ app-root {
|
|
|
1747
1747
|
.mint-spin-hover:focus-visible {
|
|
1748
1748
|
animation: mint-spin 1.5s ease-in-out forwards;
|
|
1749
1749
|
}
|
|
1750
|
-
.mint-spin-hover-icon:hover {
|
|
1750
|
+
.mint-spin-hover-icon:hover i {
|
|
1751
1751
|
animation: mint-spin 1.5s ease-in-out forwards;
|
|
1752
1752
|
}
|
|
1753
|
-
.mint-spin-hover-icon:focus-visible {
|
|
1753
|
+
.mint-spin-hover-icon:focus-visible i {
|
|
1754
1754
|
animation: mint-spin 1.5s ease-in-out forwards;
|
|
1755
1755
|
}
|
|
1756
1756
|
|
|
@@ -3548,8 +3548,6 @@ p, .mint-p {
|
|
|
3548
3548
|
--mint-bandcamp: #629aa9;
|
|
3549
3549
|
--mint-amazon-0: #F90;
|
|
3550
3550
|
--mint-amazon-1: #146eb4;
|
|
3551
|
-
--mint-napster-0: #2ca6de;
|
|
3552
|
-
--mint-napster-1: #fdb813;
|
|
3553
3551
|
--mint-google-play-0: #f55a34;
|
|
3554
3552
|
--mint-google-play-1: #ffd119;
|
|
3555
3553
|
--mint-google-play-2: #ff8c00;
|