@appartmint/mint 2.6.5 → 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 +23 -10
- package/dist/css/mint.css.map +1 -1
- package/dist/css/mint.min.css +1 -1
- package/dist/css/mint.min.css.map +1 -1
- package/package.json +1 -1
- package/src/scss/imports/components/widget/_button.scss +18 -15
- package/src/scss/imports/components/widget/_card.scss +14 -2
- package/src/scss/imports/overrides/_swiper.scss +4 -0
package/dist/css/mint.css
CHANGED
|
@@ -963,6 +963,7 @@
|
|
|
963
963
|
|
|
964
964
|
.mint-btn, :root:root [amplify-button], .mint-select {
|
|
965
965
|
padding: 0.5rem 1.75rem;
|
|
966
|
+
cursor: pointer;
|
|
966
967
|
}
|
|
967
968
|
.mint-btn-icon {
|
|
968
969
|
display: block;
|
|
@@ -1008,24 +1009,21 @@
|
|
|
1008
1009
|
padding: 0;
|
|
1009
1010
|
transition: all var(--mint-delay-default);
|
|
1010
1011
|
}
|
|
1011
|
-
.mint-btn-group button {
|
|
1012
|
-
width: 100%;
|
|
1013
|
-
border: none;
|
|
1014
|
-
color: inherit;
|
|
1015
|
-
background: transparent;
|
|
1016
|
-
}
|
|
1017
|
-
.mint-btn-group button:first-child {
|
|
1012
|
+
.mint-btn-group > *:first-child, .mint-btn-group > *:first-child button {
|
|
1018
1013
|
padding: 0.5rem 0 0.5rem 1rem;
|
|
1019
1014
|
border-top-left-radius: 1rem;
|
|
1020
1015
|
border-bottom-left-radius: 1rem;
|
|
1021
1016
|
}
|
|
1022
|
-
.mint-btn-group
|
|
1017
|
+
.mint-btn-group > *:last-child, .mint-btn-group > *:last-child button {
|
|
1023
1018
|
padding: 0.5rem 1rem 0.5rem 0;
|
|
1024
1019
|
border-top-right-radius: 1rem;
|
|
1025
1020
|
border-bottom-right-radius: 1rem;
|
|
1026
1021
|
}
|
|
1027
|
-
.mint-btn-group button
|
|
1028
|
-
|
|
1022
|
+
.mint-btn-group button {
|
|
1023
|
+
width: 100%;
|
|
1024
|
+
border: none;
|
|
1025
|
+
color: inherit;
|
|
1026
|
+
background: transparent;
|
|
1029
1027
|
}
|
|
1030
1028
|
.mint-btn-group button:hover {
|
|
1031
1029
|
background: var(--mint-brand-5);
|
|
@@ -1107,6 +1105,12 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1107
1105
|
flex-direction: row-reverse;
|
|
1108
1106
|
}
|
|
1109
1107
|
}
|
|
1108
|
+
.mint-card:has(mint-widget-carousel), :root:root [data-amplify-authenticator] [data-amplify-container]:has(mint-widget-carousel) {
|
|
1109
|
+
box-shadow: none;
|
|
1110
|
+
}
|
|
1111
|
+
.mint-card:has(mint-widget-carousel) .mint-content, :root:root [data-amplify-authenticator] [data-amplify-container]:has(mint-widget-carousel) .mint-content, :root:root .mint-card:has(mint-widget-carousel) [data-amplify-authenticator] [data-amplify-container] [data-amplify-router], :root:root [data-amplify-authenticator] [data-amplify-container] .mint-card:has(mint-widget-carousel) [data-amplify-router], :root:root [data-amplify-authenticator] [data-amplify-container]:has(mint-widget-carousel) [data-amplify-router] {
|
|
1112
|
+
box-shadow: 0 0 2rem -0.5rem var(--mint-glow-2);
|
|
1113
|
+
}
|
|
1110
1114
|
.mint-card.mint-center .mint-title, :root:root [data-amplify-authenticator] .mint-center[data-amplify-container] .mint-title {
|
|
1111
1115
|
justify-content: center;
|
|
1112
1116
|
text-align: center;
|
|
@@ -1279,6 +1283,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1279
1283
|
width: 100%;
|
|
1280
1284
|
height: 100%;
|
|
1281
1285
|
opacity: 0.75;
|
|
1286
|
+
mask-image: none;
|
|
1282
1287
|
background: linear-gradient(0deg, black, rgba(0, 0, 0, 0.7) 66%, var(--mint-shadow-0));
|
|
1283
1288
|
transition: opacity 300ms ease-in-out;
|
|
1284
1289
|
z-index: -1;
|
|
@@ -1292,6 +1297,9 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1292
1297
|
left: 0;
|
|
1293
1298
|
width: 100%;
|
|
1294
1299
|
height: 100%;
|
|
1300
|
+
}
|
|
1301
|
+
.mint-card-grid .mint-image img {
|
|
1302
|
+
height: 100%;
|
|
1295
1303
|
object-fit: cover;
|
|
1296
1304
|
}
|
|
1297
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] {
|
|
@@ -3808,6 +3816,11 @@ thead .fc-scroller {
|
|
|
3808
3816
|
--swiper-navigation-sides-offset: 1rem;
|
|
3809
3817
|
}
|
|
3810
3818
|
}
|
|
3819
|
+
:root .swiper-slide {
|
|
3820
|
+
display: flex;
|
|
3821
|
+
align-items: center;
|
|
3822
|
+
justify-content: center;
|
|
3823
|
+
}
|
|
3811
3824
|
@media (min-width: 480px) {
|
|
3812
3825
|
:root .swiper-slide {
|
|
3813
3826
|
padding: 3rem;
|