@appartmint/mint 4.0.9 → 4.0.11
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
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
.mint-footer {
|
|
58
58
|
display: flex;
|
|
59
59
|
flex-direction: column;
|
|
60
|
-
margin: 0 clamp(-
|
|
60
|
+
margin: 0 clamp(-2rem, -1vw, -0.25rem);
|
|
61
61
|
background: var(--mint-back);
|
|
62
62
|
transition: transform 300ms;
|
|
63
63
|
z-index: 999;
|
|
@@ -701,8 +701,8 @@ body.mint-fixed #mint-header {
|
|
|
701
701
|
flex-direction: row;
|
|
702
702
|
gap: 2rem;
|
|
703
703
|
position: relative;
|
|
704
|
-
top: clamp(-
|
|
705
|
-
left: clamp(-
|
|
704
|
+
top: clamp(-2rem, -1vw, -0.25rem);
|
|
705
|
+
left: clamp(-2rem, -1vw, -0.25rem);
|
|
706
706
|
width: clamp(100% + 0.5rem, 100% + 2vw, 100% + 4rem);
|
|
707
707
|
min-height: calc(100vh - var(--mint-header-height) + 10rem);
|
|
708
708
|
padding: clamp(0.25rem, 1vw, 2rem);
|
|
@@ -861,8 +861,8 @@ body.mint-fixed #mint-header {
|
|
|
861
861
|
}
|
|
862
862
|
|
|
863
863
|
.mint-landing {
|
|
864
|
-
top: clamp(-
|
|
865
|
-
left: clamp(-
|
|
864
|
+
top: clamp(-2rem, -1vw, -0.25rem);
|
|
865
|
+
left: clamp(-2rem, -1vw, -0.25rem);
|
|
866
866
|
width: clamp(100% + 0.5rem, 100% + 2vw, 100% + 4rem);
|
|
867
867
|
}
|
|
868
868
|
.mint-landing .mint-border, .mint-landing .mint-frame {
|
|
@@ -1850,7 +1850,6 @@ app-root {
|
|
|
1850
1850
|
justify-content: center;
|
|
1851
1851
|
flex-grow: 1;
|
|
1852
1852
|
width: 100%;
|
|
1853
|
-
padding: clamp(0.25rem, 1vw, 2rem);
|
|
1854
1853
|
}
|
|
1855
1854
|
:root main > router-outlet + * + :not(mint-partial-footer) {
|
|
1856
1855
|
height: 0;
|