oolib 2.26.7 → 2.26.8
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.
|
@@ -21,7 +21,7 @@ exports.StyledModalLargeContentWrapper = styled_components_1.default.div(templat
|
|
|
21
21
|
});
|
|
22
22
|
exports.StyledModalLargeHeader = styled_components_1.default.header(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n background-color: ", ";\n /* width: 100%; */\n height: 4rem;\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 0 2rem;\n position: sticky;\n top: 0;\n z-index: 100;\n"], ["\n background-color: ", ";\n /* width: 100%; */\n height: 4rem;\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 0 2rem;\n position: sticky;\n top: 0;\n z-index: 100;\n"])), greyColor5);
|
|
23
23
|
exports.StyledModalLargeBody = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
|
|
24
|
-
exports.ModalsClassProvider = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n .Modals {\n width: 100%;\n height: 100%;\n position: fixed;\n top: 0;\n
|
|
24
|
+
exports.ModalsClassProvider = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n .Modals {\n width: 100%;\n height: 100%;\n position: fixed;\n top: 0;\n left: 0;\n background: ", ";\n z-index: 99999999;\n }\n\n .ModalSmall {\n .ModalSmall__contentWrapper {\n width: 100%;\n position: absolute;\n bottom: 0;\n background-color: ", ";\n .ModalSmall__close {\n width: 100%;\n display: flex;\n justify-content: flex-end;\n }\n .ModalSmall__content {\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n padding: 0 2rem 4rem 2rem;\n .ModalSmall__content--subTitle {\n margin-top: 0.5rem;\n }\n }\n }\n }\n\n ", " {\n .ModalSmall {\n display: flex;\n justify-content: center;\n align-items: center;\n .ModalSmall__contentWrapper {\n border: 2px solid ", ";\n width: 50vw;\n position: relative;\n border-radius: 0.2rem;\n .ModalSmall__content {\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n padding: 0 4rem 4rem 4rem;\n }\n }\n }\n }\n"], ["\n .Modals {\n width: 100%;\n height: 100%;\n position: fixed;\n top: 0;\n left: 0;\n background: ", ";\n z-index: 99999999;\n }\n\n .ModalSmall {\n .ModalSmall__contentWrapper {\n width: 100%;\n position: absolute;\n bottom: 0;\n background-color: ", ";\n .ModalSmall__close {\n width: 100%;\n display: flex;\n justify-content: flex-end;\n }\n .ModalSmall__content {\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n padding: 0 2rem 4rem 2rem;\n .ModalSmall__content--subTitle {\n margin-top: 0.5rem;\n }\n }\n }\n }\n\n ", " {\n .ModalSmall {\n display: flex;\n justify-content: center;\n align-items: center;\n .ModalSmall__contentWrapper {\n border: 2px solid ", ";\n width: 50vw;\n position: relative;\n border-radius: 0.2rem;\n .ModalSmall__content {\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n padding: 0 4rem 4rem 4rem;\n }\n }\n }\n }\n"])), greyColor100_opacity70, white, (0, mixins_1.mediaQuery)("sm"), white);
|
|
25
25
|
exports.StyledModalHeaderStyle2Container = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\ndisplay: flex;\nborder-bottom: 1px solid ", ";\npadding: 1rem 2rem;\nposition: relative;\n\n"], ["\ndisplay: flex;\nborder-bottom: 1px solid ", ";\npadding: 1rem 2rem;\nposition: relative;\n\n"])), greyColor15);
|
|
26
26
|
exports.StyledModalHeaderStyle2Title = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\npadding-top:1rem;\ndisplay: flex;\nflex-grow: 1;\ngap: 1.5rem;\njustify-content: space-between;\nalign-items: center;\n"], ["\npadding-top:1rem;\ndisplay: flex;\nflex-grow: 1;\ngap: 1.5rem;\njustify-content: space-between;\nalign-items: center;\n"])));
|
|
27
27
|
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8;
|