@appartmint/mint 2.6.15 → 2.6.17

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
@@ -1157,7 +1157,6 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1157
1157
  height: fit-content;
1158
1158
  margin-right: -3rem;
1159
1159
  border-radius: 1rem;
1160
- box-shadow: 0 0 2rem -0.5rem var(--mint-glow-2);
1161
1160
  }
1162
1161
  .mint-card.mint-stagger > .mint-image img, :root:root [data-amplify-authenticator] .mint-stagger[data-amplify-container] > .mint-image img, .mint-card.mint-stagger > mint-widget-image .mint-image img, :root:root [data-amplify-authenticator] .mint-stagger[data-amplify-container] > mint-widget-image .mint-image img {
1163
1162
  height: 100%;
@@ -1304,7 +1303,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1304
1303
  }
1305
1304
  .mint-card-grid .mint-image img {
1306
1305
  height: 100%;
1307
- object-fit: cover;
1306
+ object-fit: contain;
1308
1307
  }
1309
1308
  .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] {
1310
1309
  justify-content: flex-end;
@@ -2033,6 +2032,9 @@ textarea {
2033
2032
  background-color: var(--mint-brand-2);
2034
2033
  filter: grayscale(0);
2035
2034
  }
2035
+ .mint-check [type=checkbox]:checked + span i {
2036
+ opacity: 1;
2037
+ }
2036
2038
  .mint-check [type=checkbox] + span {
2037
2039
  display: flex;
2038
2040
  align-items: center;
@@ -2048,6 +2050,11 @@ textarea {
2048
2050
  filter: grayscale(1);
2049
2051
  transition: filter 300ms, background-color 300ms, left 300ms;
2050
2052
  }
2053
+ .mint-check [type=checkbox] + span i {
2054
+ color: var(--mint-back);
2055
+ opacity: 0;
2056
+ transition: opacity 300ms;
2057
+ }
2051
2058
  .mint-check + span {
2052
2059
  width: 1.5rem;
2053
2060
  text-align: center;
@@ -3397,7 +3404,11 @@ p, .mint-p {
3397
3404
  background-color: var(--mint-back);
3398
3405
  }
3399
3406
 
3400
- .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 {
3407
+ .mint-card-grid .mint-image {
3408
+ position: absolute;
3409
+ }
3410
+
3411
+ .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-card-grid .mint-image::before, .mint-card-grid .mint-overlay .mint-image::before, .mint-overlay .mint-texture::before {
3401
3412
  z-index: 100;
3402
3413
  }
3403
3414