@appartmint/mint 4.2.33 → 5.0.0
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
|
@@ -426,6 +426,9 @@ body.mint-fixed #mint-header {
|
|
|
426
426
|
#mint-header [aria-controls=mint-wrapper][aria-expanded=true] .mint-menu-icon::after {
|
|
427
427
|
transform: translate(-50%, 0) rotate(-45deg);
|
|
428
428
|
}
|
|
429
|
+
#mint-header #mint-wrapper {
|
|
430
|
+
background: var(--mint-back);
|
|
431
|
+
}
|
|
429
432
|
#mint-header #mint-wrapper nav {
|
|
430
433
|
flex-grow: 1;
|
|
431
434
|
height: auto;
|
|
@@ -4256,15 +4259,5 @@ thead .fc-scroller {
|
|
|
4256
4259
|
padding: 3rem;
|
|
4257
4260
|
}
|
|
4258
4261
|
}
|
|
4259
|
-
:root .swiper-button-prev::after, :root .swiper-button-next::after {
|
|
4260
|
-
font-family: "Font Awesome 6 Pro";
|
|
4261
|
-
font-weight: 900;
|
|
4262
|
-
}
|
|
4263
|
-
:root .swiper-button-prev::after {
|
|
4264
|
-
content: "\f053";
|
|
4265
|
-
}
|
|
4266
|
-
:root .swiper-button-next::after {
|
|
4267
|
-
content: "\f054";
|
|
4268
|
-
}
|
|
4269
4262
|
|
|
4270
4263
|
/*# sourceMappingURL=mint.css.map*/
|