@mjhls/mjh-framework 1.0.257 → 1.0.258
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/README.md +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -3039,7 +3039,7 @@ var ADWelcome = function ADWelcome(_ref) {
|
|
|
3039
3039
|
React__default.createElement(
|
|
3040
3040
|
'style',
|
|
3041
3041
|
{ jsx: 'true' },
|
|
3042
|
-
'\n .continue-site:hover {\n cursor: pointer;\n }\n\n @media (min-width: 1200px) {\n .modal-backdrop {\n display: block;\n }\n .modal-content {\n display: block;\n }\n }\n '
|
|
3042
|
+
'\n .modal.show {\n padding: 0px;\n }\n .continue-site:hover {\n cursor: pointer;\n }\n\n .welcome-modal {\n max-width: 100% !important;\n margin: 0px !important;\n }\n @media (min-width: 1200px) {\n .modal-backdrop {\n display: block;\n }\n .modal-content {\n display: block;\n height: 100vh;\n }\n }\n '
|
|
3043
3043
|
)
|
|
3044
3044
|
);
|
|
3045
3045
|
};
|
package/dist/esm/index.js
CHANGED
|
@@ -3037,7 +3037,7 @@ var ADWelcome = function ADWelcome(_ref) {
|
|
|
3037
3037
|
React__default.createElement(
|
|
3038
3038
|
'style',
|
|
3039
3039
|
{ jsx: 'true' },
|
|
3040
|
-
'\n .continue-site:hover {\n cursor: pointer;\n }\n\n @media (min-width: 1200px) {\n .modal-backdrop {\n display: block;\n }\n .modal-content {\n display: block;\n }\n }\n '
|
|
3040
|
+
'\n .modal.show {\n padding: 0px;\n }\n .continue-site:hover {\n cursor: pointer;\n }\n\n .welcome-modal {\n max-width: 100% !important;\n margin: 0px !important;\n }\n @media (min-width: 1200px) {\n .modal-backdrop {\n display: block;\n }\n .modal-content {\n display: block;\n height: 100vh;\n }\n }\n '
|
|
3041
3041
|
)
|
|
3042
3042
|
);
|
|
3043
3043
|
};
|