@appartmint/mint 2.10.20 → 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
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
background: transparent;
|
|
7
7
|
border: none;
|
|
8
8
|
color: var(--mint-fore);
|
|
9
|
+
resize: none;
|
|
9
10
|
}
|
|
10
11
|
.mint-edit-info-toggle {
|
|
11
12
|
display: flex;
|
|
@@ -1513,6 +1514,10 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1513
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 {
|
|
1514
1515
|
margin-top: 0 !important;
|
|
1515
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
|
+
}
|
|
1516
1521
|
|
|
1517
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],
|
|
1518
1523
|
.mint-grid.mint-4 .mint-card,
|