@appartmint/mint 4.2.25 → 4.2.27
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
|
|
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
|
|
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
|
|
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%;
|
|
@@ -1510,6 +1510,12 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1510
1510
|
.mint-card .mint-title > div > *, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-title > div > * {
|
|
1511
1511
|
margin: 0;
|
|
1512
1512
|
}
|
|
1513
|
+
.mint-card.mint-center mint-widget-title, :root:root [data-amplify-authenticator] .mint-center[data-amplify-container] mint-widget-title, .mint-card.mint-center-title mint-widget-title, :root:root [data-amplify-authenticator] .mint-center-title[data-amplify-container] mint-widget-title {
|
|
1514
|
+
width: auto;
|
|
1515
|
+
}
|
|
1516
|
+
.mint-card.mint-center mint-section-flex > mint-section > div, :root:root [data-amplify-authenticator] .mint-center[data-amplify-container] mint-section-flex > mint-section > div, .mint-card.mint-center-title mint-section-flex > mint-section > div, :root:root [data-amplify-authenticator] .mint-center-title[data-amplify-container] mint-section-flex > mint-section > div {
|
|
1517
|
+
justify-content: center;
|
|
1518
|
+
}
|
|
1513
1519
|
.mint-card .mint-date, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-date {
|
|
1514
1520
|
text-align: center;
|
|
1515
1521
|
}
|