@appartmint/mint 0.14.13 → 0.14.14
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
|
@@ -1142,14 +1142,14 @@ body.mint-fixed main {
|
|
|
1142
1142
|
padding-top: var(--mint-header-height);
|
|
1143
1143
|
}
|
|
1144
1144
|
body.mint-ready mint-root {
|
|
1145
|
-
|
|
1145
|
+
opacity: 1;
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
1148
|
mint-root {
|
|
1149
1149
|
display: block;
|
|
1150
1150
|
position: relative;
|
|
1151
|
-
|
|
1152
|
-
transition:
|
|
1151
|
+
opacity: 0;
|
|
1152
|
+
transition: opacity 750ms ease-in;
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
1155
|
main {
|