@appartmint/mint 2.6.6 → 2.6.7
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
|
@@ -1009,24 +1009,21 @@
|
|
|
1009
1009
|
padding: 0;
|
|
1010
1010
|
transition: all var(--mint-delay-default);
|
|
1011
1011
|
}
|
|
1012
|
-
.mint-btn-group button {
|
|
1013
|
-
width: 100%;
|
|
1014
|
-
border: none;
|
|
1015
|
-
color: inherit;
|
|
1016
|
-
background: transparent;
|
|
1017
|
-
}
|
|
1018
|
-
.mint-btn-group button:first-child {
|
|
1012
|
+
.mint-btn-group > *:first-child, .mint-btn-group > *:first-child button {
|
|
1019
1013
|
padding: 0.5rem 0 0.5rem 1rem;
|
|
1020
1014
|
border-top-left-radius: 1rem;
|
|
1021
1015
|
border-bottom-left-radius: 1rem;
|
|
1022
1016
|
}
|
|
1023
|
-
.mint-btn-group
|
|
1017
|
+
.mint-btn-group > *:last-child, .mint-btn-group > *:last-child button {
|
|
1024
1018
|
padding: 0.5rem 1rem 0.5rem 0;
|
|
1025
1019
|
border-top-right-radius: 1rem;
|
|
1026
1020
|
border-bottom-right-radius: 1rem;
|
|
1027
1021
|
}
|
|
1028
|
-
.mint-btn-group button
|
|
1029
|
-
|
|
1022
|
+
.mint-btn-group button {
|
|
1023
|
+
width: 100%;
|
|
1024
|
+
border: none;
|
|
1025
|
+
color: inherit;
|
|
1026
|
+
background: transparent;
|
|
1030
1027
|
}
|
|
1031
1028
|
.mint-btn-group button:hover {
|
|
1032
1029
|
background: var(--mint-brand-5);
|
|
@@ -1286,6 +1283,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1286
1283
|
width: 100%;
|
|
1287
1284
|
height: 100%;
|
|
1288
1285
|
opacity: 0.75;
|
|
1286
|
+
mask-image: none;
|
|
1289
1287
|
background: linear-gradient(0deg, black, rgba(0, 0, 0, 0.7) 66%, var(--mint-shadow-0));
|
|
1290
1288
|
transition: opacity 300ms ease-in-out;
|
|
1291
1289
|
z-index: -1;
|
|
@@ -1299,6 +1297,9 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1299
1297
|
left: 0;
|
|
1300
1298
|
width: 100%;
|
|
1301
1299
|
height: 100%;
|
|
1300
|
+
}
|
|
1301
|
+
.mint-card-grid .mint-image img {
|
|
1302
|
+
height: 100%;
|
|
1302
1303
|
object-fit: cover;
|
|
1303
1304
|
}
|
|
1304
1305
|
.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] {
|