@appartmint/mint 4.2.24 → 4.2.26

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
@@ -1479,17 +1479,17 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1479
1479
  .mint-card .mint-title:only-child, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-title:only-child {
1480
1480
  height: 100%;
1481
1481
  }
1482
- .mint-card .mint-title > .mint-image, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-title > .mint-image, .mint-card .mint-title > mint-widget-image .mint-image, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-title > mint-widget-image .mint-image {
1482
+ .mint-card .mint-title .mint-image, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-title .mint-image {
1483
1483
  width: 100%;
1484
1484
  height: 100%;
1485
1485
  max-width: var(--mint-card-logo-size);
1486
1486
  max-height: var(--mint-card-logo-size);
1487
1487
  }
1488
- .mint-card .mint-title > .mint-image.mint-large, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-title > .mint-image.mint-large, .mint-card .mint-title > mint-widget-image .mint-image.mint-large, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-title > mint-widget-image .mint-image.mint-large {
1488
+ .mint-card .mint-title .mint-image.mint-large, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-title .mint-image.mint-large {
1489
1489
  max-width: calc(2 * var(--mint-card-logo-size));
1490
1490
  max-height: calc(2 * var(--mint-card-logo-size));
1491
1491
  }
1492
- .mint-card .mint-title > .mint-image img, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-title > .mint-image img, .mint-card .mint-title > mint-widget-image .mint-image img, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-title > mint-widget-image .mint-image img {
1492
+ .mint-card .mint-title .mint-image img, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-title .mint-image img {
1493
1493
  display: block;
1494
1494
  width: 100%;
1495
1495
  height: 100%;
@@ -1780,7 +1780,6 @@ html.mint-panel-open {
1780
1780
  flex-grow: 1;
1781
1781
  height: auto;
1782
1782
  overflow: visible;
1783
- background: var(--mint-back);
1784
1783
  }
1785
1784
  @media (min-width: 1440px) {
1786
1785
  .mint-panel .mint-panel-wrapper nav {