@appartmint/mint 0.12.28 → 0.12.30
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
|
@@ -660,14 +660,16 @@ app-footer::before {
|
|
|
660
660
|
height: auto !important;
|
|
661
661
|
margin-bottom: 1rem !important;
|
|
662
662
|
}
|
|
663
|
-
#mint-header::before {
|
|
663
|
+
#mint-header:not(.mint-border)::before {
|
|
664
664
|
content: "";
|
|
665
665
|
position: absolute;
|
|
666
666
|
top: 0;
|
|
667
667
|
left: 0;
|
|
668
668
|
width: 100%;
|
|
669
|
-
height: var(--mint-header-height);
|
|
670
669
|
background: var(--mint-header-back);
|
|
670
|
+
}
|
|
671
|
+
#mint-header::before {
|
|
672
|
+
height: var(--mint-header-height);
|
|
671
673
|
z-index: -1;
|
|
672
674
|
}
|
|
673
675
|
#mint-header nav > ul {
|
|
@@ -809,8 +811,13 @@ app-footer::before {
|
|
|
809
811
|
width: 100%;
|
|
810
812
|
}
|
|
811
813
|
}
|
|
814
|
+
#mint-header #mint-wrapper a {
|
|
815
|
+
display: flex;
|
|
816
|
+
}
|
|
812
817
|
#mint-header #mint-wrapper a,
|
|
813
818
|
#mint-header #mint-wrapper button {
|
|
819
|
+
align-items: center;
|
|
820
|
+
justify-content: center;
|
|
814
821
|
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;
|
|
815
822
|
font-size: 3em;
|
|
816
823
|
padding: 0.5rem;
|
|
@@ -825,7 +832,7 @@ app-footer::before {
|
|
|
825
832
|
}
|
|
826
833
|
#mint-header #mint-wrapper a i,
|
|
827
834
|
#mint-header #mint-wrapper button i {
|
|
828
|
-
font-size: 0.
|
|
835
|
+
font-size: 0.5em;
|
|
829
836
|
}
|
|
830
837
|
}
|
|
831
838
|
#mint-header #mint-wrapper a:hover,
|