@appartmint/mint 2.1.0 → 2.1.2
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
|
@@ -878,13 +878,6 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
878
878
|
#mint-header button:hover {
|
|
879
879
|
color: var(--mint-back);
|
|
880
880
|
}
|
|
881
|
-
#mint-header h1 {
|
|
882
|
-
display: flex;
|
|
883
|
-
white-space: nowrap;
|
|
884
|
-
align-items: center;
|
|
885
|
-
gap: 1rem;
|
|
886
|
-
margin: 0;
|
|
887
|
-
}
|
|
888
881
|
#mint-header #mint-navbar {
|
|
889
882
|
display: flex;
|
|
890
883
|
align-items: center;
|
|
@@ -894,8 +887,13 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
894
887
|
#mint-header .mint-logo {
|
|
895
888
|
display: flex;
|
|
896
889
|
align-items: center;
|
|
890
|
+
gap: 1rem;
|
|
897
891
|
width: auto;
|
|
898
892
|
text-decoration: none;
|
|
893
|
+
white-space: nowrap;
|
|
894
|
+
}
|
|
895
|
+
#mint-header .mint-logo span {
|
|
896
|
+
margin: 0;
|
|
899
897
|
}
|
|
900
898
|
#mint-header .mint-logo img {
|
|
901
899
|
max-height: var(--mint-header-height);
|