@appartmint/mint 0.13.0 → 0.13.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
|
@@ -784,7 +784,6 @@ app-footer::before {
|
|
|
784
784
|
#mint-header #mint-wrapper nav {
|
|
785
785
|
height: calc(100vh - var(--mint-header-height));
|
|
786
786
|
height: calc(100dvh - var(--mint-header-height));
|
|
787
|
-
background: var(--mint-back);
|
|
788
787
|
overflow: auto;
|
|
789
788
|
background-repeat: repeat;
|
|
790
789
|
}
|
|
@@ -795,6 +794,9 @@ app-footer::before {
|
|
|
795
794
|
justify-content: center;
|
|
796
795
|
}
|
|
797
796
|
}
|
|
797
|
+
#mint-header #mint-wrapper nav:not(.mint-border) {
|
|
798
|
+
background: var(--mint-back);
|
|
799
|
+
}
|
|
798
800
|
#mint-header #mint-wrapper nav > :last-child {
|
|
799
801
|
margin-bottom: 0;
|
|
800
802
|
}
|
|
@@ -822,6 +824,7 @@ app-footer::before {
|
|
|
822
824
|
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;
|
|
823
825
|
font-size: 3em;
|
|
824
826
|
padding: 0.5rem;
|
|
827
|
+
margin: 0.5rem 0;
|
|
825
828
|
text-align: center;
|
|
826
829
|
border-radius: 1rem;
|
|
827
830
|
}
|
|
@@ -2353,6 +2356,10 @@ p, .mint-p {
|
|
|
2353
2356
|
font-size: 0.875rem;
|
|
2354
2357
|
}
|
|
2355
2358
|
|
|
2359
|
+
.mint-frame {
|
|
2360
|
+
height: fit-content;
|
|
2361
|
+
}
|
|
2362
|
+
|
|
2356
2363
|
:root {
|
|
2357
2364
|
--mint-bitcoin: #FF9900;
|
|
2358
2365
|
--mint-ethereum: #3C3C3D;
|