@appartmint/mint 3.0.0 → 3.0.1
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
|
@@ -1514,6 +1514,10 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1514
1514
|
.mint-card-grid .mint-content .mint-buttons, :root:root .mint-card-grid [data-amplify-authenticator] [data-amplify-container] [data-amplify-router] .mint-buttons, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-card-grid [data-amplify-router] .mint-buttons {
|
|
1515
1515
|
margin-top: 0 !important;
|
|
1516
1516
|
}
|
|
1517
|
+
.mint-card-actions .mint-content, :root:root .mint-card-actions [data-amplify-authenticator] [data-amplify-container] [data-amplify-router], :root:root [data-amplify-authenticator] [data-amplify-container] .mint-card-actions [data-amplify-router] {
|
|
1518
|
+
flex-direction: row;
|
|
1519
|
+
justify-content: space-between;
|
|
1520
|
+
}
|
|
1517
1521
|
|
|
1518
1522
|
.mint-grid.mint-3 .mint-card, :root:root .mint-grid.mint-3 [data-amplify-authenticator] [data-amplify-container], :root:root [data-amplify-authenticator] .mint-grid.mint-3 [data-amplify-container],
|
|
1519
1523
|
.mint-grid.mint-4 .mint-card,
|