-
Notifications
You must be signed in to change notification settings - Fork 471
/
lex-web-ui-loader.css.map
1 lines (1 loc) · 2.75 KB
/
lex-web-ui-loader.css.map
1
{"version":3,"file":"lex-web-ui-loader.css","mappings":";;;AAAA;AACA;AACA;AACA;;;;;ACHA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;;AAGA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;;AAGA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA","sources":["webpack://ChatBotUiLoader/../css/lex-web-ui-fullpage.css","webpack://ChatBotUiLoader/../css/lex-web-ui-iframe.css"],"sourcesContent":["#lex-web-ui-fullpage {\n height: 100%;\n width: 100%;\n}\n",".lex-web-ui-iframe {\n bottom: 1.5rem;\n display: none; /* hidden by default changed once iframe is loaded */\n margin-bottom: 0px;\n margin-left: 2px;\n margin-right: 3vw;\n margin-top: 2px;\n max-width: 66vw;\n height: 80vh; /* dynamically changed on iframe maximize/minimize */\n min-width: calc(50vw - 3vw); /* half viewport width minus margin right */\n position: fixed;\n right: 0;\n z-index: 2147483637; /* max z-index (2147483647) - 10 */\n}\n\n.lex-web-ui-iframe iframe {\n box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.4);\n border-radius: 10px;\n}\n\n.lex-web-ui-iframe--show {\n display: flex;\n}\n\n.lex-web-ui-iframe--minimize {\n max-width: 190px !important;\n max-height: 85px !important;\n border-radius: 85px !important;\n min-width: 190px !important;\n}\n\n/* disable box shadow when minimized */\n.lex-web-ui-iframe.lex-web-ui-iframe--minimize iframe {\n box-shadow: none;\n border-radius: none;\n}\n\n/* hide on very small resolutions */\n@media only screen and (max-width: 240px),\nonly screen and (max-height: 256px)\n{\n .lex-web-ui-iframe {\n display: none!important;\n }\n\n .lex-web-ui-iframe--minimize {\n max-width: 300px !important;\n max-height: 85px !important;\n }\n}\n/* take most space on small resolutions (smart phones) */\n@media only screen\nand (min-width: 241px)\nand (max-width: 480px) {\n .lex-web-ui-iframe {\n min-width: 96vw;\n height: 84vh;\n margin-right: 2vw;\n align-self: center;\n }\n\n .lex-web-ui-iframe--minimize {\n max-width: 190px !important;\n max-height: 85px !important;\n border-radius: 85px !important;\n }\n\n}\n\n/* adjust down on medium resolutions */\n@media only screen\nand (min-width: 481px)\nand (max-width: 960px) {\n .lex-web-ui-iframe {\n min-width: 90vw;\n }\n\n .lex-web-ui-iframe.lex-web-ui-iframe--show.lex-web-ui-iframe--minimize {\n max-width: 300px !important;\n max-height: 85px !important;\n border-radius: 85px !important;\n min-width: 85px !important;\n }\n}\n\n.lex-web-ui-iframe iframe {\n overflow: hidden;\n width: 100%;\n height: 100%;\n}\n"],"names":[],"sourceRoot":""}