{"version":3,"file":"bundles/b208558142de943d2bca/jitsi.css","mappings":"AAYA,WACI,kBAAqB,CACrB,iBAAkB,CAClB,eAAgB,CAChB,yEACJ,CAMA,KAEI,wBAA0B,CAC1B,aAAe,CAFf,6CAGJ,CAEA,iBACI,qBAA2B,CAC3B,aACJ,CAEA,UAGI,QAAS,CADT,SAEJ,CAEA,gBAGI,QAAS,CACT,MAAO,CAHP,cAAe,CAIf,OAAQ,CAHR,KAIJ,CAEA,qBACI,aAAc,CAEd,WAAY,CADZ,iBAAkB,CAMlB,iBAAkB,CAJlB,UAKJ,CAEA,wBACI,kBAAmB,CACnB,qBACJ,CAEA,sBACI,gBAAiB,CACjB,iBAAkB,CAElB,iBAAkB,CADlB,SAEJ,CAEA,YASI,wBAAyB,CACzB,QAAS,CALT,iBAAkB,CAGlB,UAAc,CANd,cAAe,CAIf,oBAAqB,CACrB,cAAe,CAJf,gBAAiB,CACjB,iBAOJ,CAEA,MAEI,gBAeJ,CAbI,aAGI,wBAA0B,CAD1B,uBAAwB,CADxB,UAAW,CAOX,aAAc,CAEd,WAAkB,CAClB,aAAc,CALd,2EAA+D,CAA/D,mEAA+D,CAD/D,4BAAqB,CAArB,oBAAqB,CADrB,6BAAsB,CAAtB,qBAAsB,CAGtB,sBAAqB,CAArB,cAAqB,CAErB,UAGJ,CAGJ,8BACI,wBACJ","sources":["webpack://element-web/./src/vector/jitsi/index.pcss"],"sourcesContent":["/*\nCopyright 2020-2024 New Vector Ltd.\n\nSPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial\nPlease see LICENSE files in the repository root for full details.\n*/\n\n/* TODO: Match the user's theme: https://github.com/element-hq/element-web/issues/12794 */\n\n/* Path to `res` dir in the source tree */\n$res: ../../../res;\n\n@font-face {\n font-family: \"Nunito\";\n font-style: normal;\n font-weight: 400;\n src: url(\"$(res)/fonts/Nunito/Nunito-Regular.ttf\") format(\"truetype\");\n}\n\n$dark-fg: #edf3ff;\n$dark-bg: #363c43;\n$light-fg: #2e2f32;\n$light-bg: #fff;\nbody {\n font-family: Nunito, Arial, Helvetica, sans-serif;\n background-color: $dark-bg;\n color: $dark-fg;\n}\n\nbody.theme-light {\n background-color: $light-bg;\n color: $light-fg;\n}\n\nbody,\nhtml {\n padding: 0;\n margin: 0;\n}\n\n#jitsiContainer {\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n#joinButtonContainer {\n display: table;\n position: absolute;\n height: 100%;\n width: 100%;\n\n /* Hidden by default to avoid flashing the prejoin screen at the user when */\n /* we're supposed to skip it anyways */\n visibility: hidden;\n}\n\n.joinConferenceFloating {\n display: table-cell;\n vertical-align: middle;\n}\n\n.joinConferencePrompt {\n margin-left: auto;\n margin-right: auto;\n width: 90%;\n text-align: center;\n}\n\n#joinButton {\n /* A mix of AccessibleButton styles */\n cursor: pointer;\n padding: 7px 18px;\n text-align: center;\n border-radius: 4px;\n display: inline-block;\n font-size: 14px;\n color: #ffffff;\n background-color: #03b381;\n border: 0;\n}\n\n.icon {\n $icon-size: 42px;\n margin-top: -$icon-size; /* to visually center the form */\n\n &::before {\n content: \"\";\n background-size: contain;\n background-color: $dark-fg;\n mask-repeat: no-repeat;\n mask-position: center;\n mask-image: url(\"$(res)/img/element-icons/call/video-call.svg\");\n mask-size: $icon-size;\n display: block;\n width: $icon-size;\n height: $icon-size;\n margin: 0 auto; /* center */\n }\n}\n\nbody.theme-light .icon::before {\n background-color: $light-fg;\n}\n"],"names":[],"sourceRoot":""}