@appartmint/mint 2.6.2 → 2.6.4
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 +4 -3
- 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/dist/js/imports/util/text.d.ts +5 -2
- package/dist/js/imports/util/text.d.ts.map +1 -1
- package/dist/js/index.js +8 -5
- package/dist/js/index.js.map +1 -1
- package/dist/js/index.min.js +1 -1
- package/dist/js/index.min.js.map +1 -1
- package/package.json +1 -1
- package/src/scss/imports/components/partial/_header.scss +4 -3
package/dist/css/mint.css
CHANGED
|
@@ -421,12 +421,13 @@
|
|
|
421
421
|
#mint-header #mint-wrapper button {
|
|
422
422
|
align-items: center;
|
|
423
423
|
justify-content: center;
|
|
424
|
-
|
|
425
|
-
font-size: 3em;
|
|
424
|
+
width: 100%;
|
|
426
425
|
padding: 0.5rem;
|
|
427
426
|
margin: 0.5rem 0;
|
|
428
|
-
text-align: center;
|
|
429
427
|
border-radius: 1rem;
|
|
428
|
+
font-family: serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
|
|
429
|
+
font-size: 3em;
|
|
430
|
+
text-align: center;
|
|
430
431
|
color: var(--mint-fore);
|
|
431
432
|
background: var(--mint-trans);
|
|
432
433
|
transition-property: color, background;
|