1234567891011121314151617 |
- 'use strict';
-
- var _rollupPluginBabelHelpers = require('./_rollupPluginBabelHelpers-3469b70d.js');
- var styleInject_es = require('./style-inject.es-dcee06b6.js');
-
- function isBrowser() {
- return !((typeof window === "undefined" ? "undefined" : _rollupPluginBabelHelpers._typeof(window)) === undefined);
- }
-
- var css = ".Modal_wrapper__3fGor {\n position: fixed;\n width: 100vw;\n height: 100vh;\n top: 0;\n left: 0;\n z-index: 1000;\n}\n.Modal_overlay__iXPZ2 {\n width: 100vw;\n height: 100vh;\n background: #000;\n animation: Modal_overlayer__3enBo 0.3s forwards;\n}\n.Modal_container__3PbHe {\n position: absolute;\n top: 20%;\n left: 50%;\n animation: Modal_container__3PbHe 0.3s forwards;\n}\n@keyframes Modal_overlayer__3enBo {\n from {\n opacity: 0;\n }\n to {\n opacity: 0.3;\n }\n}\n@keyframes Modal_container__3PbHe {\n from {\n transform: translateX(-50%) scale(0, 0);\n }\n to {\n transform: translateX(-50%) scale(1, 1);\n }\n}\n";
- var styles = {"wrapper":"Modal_wrapper__3fGor","overlay":"Modal_overlay__iXPZ2","overlayer":"Modal_overlayer__3enBo","container":"Modal_container__3PbHe"};
- styleInject_es.styleInject(css);
-
- exports.isBrowser = isBrowser;
- exports.styles = styles;
- //# sourceMappingURL=Modal-1001074b.js.map
|