@appartmint/mint 2.9.1 → 2.9.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
@@ -3468,6 +3468,17 @@ p, .mint-p {
3468
3468
  --mint-info-4: rgb(168, 206.9565217391, 45.0434782609);
3469
3469
  --mint-info-5: rgb(134, 165.0724637681, 35.9275362319);
3470
3470
  --mint-info-6: rgb(100, 123.1884057971, 26.8115942029);
3471
+ --mint-tooltip-fore: var(--mint-fore);
3472
+ --mint-tooltip-back: var(--mint-black-2);
3473
+ --mint-tooltip-radius: 1rem;
3474
+ --mint-tooltip-shadow-color: glow-2;
3475
+ --mint-tooltip-shadow-size: 0 0 2rem -0.5rem;
3476
+ --mint-tooltip-padding: 0.5rem 1rem;
3477
+ --mint-tooltip-distance: 0.5rem;
3478
+ --mint-tooltip-max-width: 90vw;
3479
+ --mint-tooltip-line-height: 1.5;
3480
+ --mint-tooltip-font-size: 1rem;
3481
+ --mint-tooltip-arrow-size: 0.5rem;
3471
3482
  }
3472
3483
 
3473
3484
  :root {