@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/package.json
CHANGED
|
@@ -164,6 +164,18 @@
|
|
|
164
164
|
animation-duration: #{$i}s;
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
|
+
|
|
168
|
+
&-hover {
|
|
169
|
+
@include states(hover, focus) {
|
|
170
|
+
animation: #{prefix(spin)} 1.5s ease-in-out forwards;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
&-icon {
|
|
174
|
+
@include states(hover, focus) {
|
|
175
|
+
animation: #{prefix(spin)} 1.5s ease-in-out forwards;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
167
179
|
}
|
|
168
180
|
|
|
169
181
|
#{class(pulse-out)} {
|