forked from aws-samples/aws-lex-web-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlex-web-ui-loader.min.css.map
1 lines (1 loc) · 2.89 KB
/
lex-web-ui-loader.min.css.map
1
{"version":3,"file":"lex-web-ui-loader.min.css","mappings":";;;;;AAAA,qBACE,WAAY,CACZ,UACF;ACHA,mBACE,aAAc,CACd,YAAa,CAMb,WAAY,CAFZ,oBAAe,CACf,cAAe,CAEf,cAA2B,CAC3B,cAAe,CACf,OAAQ,CACR,kBACF,CAEA,0BAEE,kBAAmB,CADnB,8BAEF,CAEA,yBACE,YACF,CAEA,6BAGE,4BAA8B,CAD9B,yBAA2B,CAD3B,yBAA2B,CAG3B,yBACF,CAGA,sDAEE,kBAAmB,CADnB,eAEF,CAGA,4EAGE,mBACE,sBACF,CAEA,6BAEE,yBAA2B,CAD3B,yBAEF,CACF,CAEA,+DAGE,mBAIE,iBAAkB,CAFlB,WAAY,CACZ,gBAAiB,CAFjB,cAIF,CAEA,6BAGE,4BAA8B,CAD9B,yBAA2B,CAD3B,yBAGF,CAEF,CAGA,+DAGE,mBACE,cACF,CAEA,uEAGE,4BAA8B,CAD9B,yBAA2B,CAD3B,yBAA2B,CAG3B,wBACF,CACF,CAEA,0BAGE,WAAY,CAFZ,eAAgB,CAChB,UAEF","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":""}