@appartmint/mint 2.6.19 → 2.6.21

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
@@ -417,6 +417,9 @@
417
417
  #mint-header #mint-wrapper a {
418
418
  display: flex;
419
419
  }
420
+ #mint-header #mint-wrapper button {
421
+ border: none;
422
+ }
420
423
  #mint-header #mint-wrapper a,
421
424
  #mint-header #mint-wrapper button {
422
425
  align-items: center;
@@ -1304,6 +1307,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1304
1307
  .mint-card-grid .mint-image img {
1305
1308
  height: 100%;
1306
1309
  object-fit: contain;
1310
+ object-position: top;
1307
1311
  }
1308
1312
  .mint-card-grid .mint-content, :root:root .mint-card-grid [data-amplify-authenticator] [data-amplify-container] [data-amplify-router], :root:root [data-amplify-authenticator] [data-amplify-container] .mint-card-grid [data-amplify-router] {
1309
1313
  justify-content: flex-end;