@appartmint/mint 2.4.2 → 2.4.3
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
|
@@ -1435,6 +1435,9 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1435
1435
|
.mint-stretch-icon:focus-visible i {
|
|
1436
1436
|
animation: mint-stretch-in 0.75s ease forwards;
|
|
1437
1437
|
}
|
|
1438
|
+
.mint-stretch-in {
|
|
1439
|
+
animation: mint-stretch-out 0.5s ease forwards;
|
|
1440
|
+
}
|
|
1438
1441
|
|
|
1439
1442
|
.mint-aspect, .mint-16-9 {
|
|
1440
1443
|
position: relative;
|