@appartmint/mint 1.2.10 → 1.2.12

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
@@ -2783,7 +2783,11 @@ textarea {
2783
2783
  .mint-fit {
2784
2784
  width: fit-content;
2785
2785
  height: fit-content;
2786
+ }
2787
+ .mint-fit:not(.mint-left) {
2786
2788
  margin-left: auto;
2789
+ }
2790
+ .mint-fit:not(.mint-right) {
2787
2791
  margin-right: auto;
2788
2792
  }
2789
2793
 
@@ -3022,6 +3026,7 @@ p, .mint-p {
3022
3026
 
3023
3027
  .mint-frame {
3024
3028
  height: fit-content;
3029
+ background-color: var(--mint-back);
3025
3030
  }
3026
3031
 
3027
3032
  .mint-overlay .mint-border::before, .mint-overlay .mint-frame::before, .mint-overlay .mint-card .mint-content::before, .mint-card .mint-overlay .mint-content::before, .mint-overlay .mint-texture::before {