nexabase-report 0.2.8 → 0.2.9
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.
- package/dist/{html2canvas-IHQe1dL8.js → html2canvas-C7YA4nkW.js} +1 -1
- package/dist/{html2canvas-DreS5Xph.js → html2canvas-Ch6xQdU-.js} +2 -2
- package/dist/{html2pdf-BxljWFVL.js → html2pdf-BmsoJhgy.js} +3 -3
- package/dist/{index-Db31OLYK.js → index-TKDtDVn8.js} +4 -4
- package/dist/{index.es-BOI7YUNH.js → index.es-DVVUHaBy.js} +2 -2
- package/dist/{jspdf.es.min-CHME-xrd.js → jspdf.es.min-C0JdIV8T.js} +2 -2
- package/dist/lib/styles/_primevue-core.css +4 -4
- package/dist/nexabase-report.es.js +1 -1
- package/dist/nexabase-report.umd.js +1 -1
- package/examples/BlazorServer/Pages/FacturaReport.razor +52 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db-shm +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db-wal +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db-shm +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db-wal +0 -0
- package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/703a57d7-cf1c-457c-aa2c-6fb9398c8bf7.vsidx +0 -0
- package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/70741c74-9514-4067-90f8-96624e5a719f.vsidx +0 -0
- package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/7ca4089f-e321-418f-8d92-4cb41fb5a7fc.vsidx +0 -0
- package/examples/blazor-report/Components/App.razor +19 -0
- package/examples/blazor-report/Components/Layout/MainLayout.razor +23 -0
- package/examples/blazor-report/Components/Layout/MainLayout.razor.css +98 -0
- package/examples/blazor-report/Components/Layout/NavMenu.razor +30 -0
- package/examples/blazor-report/Components/Layout/NavMenu.razor.css +105 -0
- package/examples/blazor-report/Components/Layout/ReconnectModal.razor +31 -0
- package/examples/blazor-report/Components/Layout/ReconnectModal.razor.css +157 -0
- package/examples/blazor-report/Components/Layout/ReconnectModal.razor.js +63 -0
- package/examples/blazor-report/Components/Pages/Counter.razor +19 -0
- package/examples/blazor-report/Components/Pages/Error.razor +36 -0
- package/examples/blazor-report/Components/Pages/Factura.razor +32 -0
- package/examples/blazor-report/Components/Pages/Home.razor +16 -0
- package/examples/blazor-report/Components/Pages/NotFound.razor +5 -0
- package/examples/blazor-report/Components/Pages/Weather.razor +64 -0
- package/examples/blazor-report/Components/Routes.razor +6 -0
- package/examples/blazor-report/Components/_Imports.razor +11 -0
- package/examples/blazor-report/Program.cs +18 -0
- package/examples/blazor-report/Properties/launchSettings.json +23 -0
- package/examples/blazor-report/appsettings.Development.json +8 -0
- package/examples/blazor-report/appsettings.json +9 -0
- package/examples/blazor-report/bin/Debug/net10.0/appsettings.Development.json +8 -0
- package/examples/blazor-report/bin/Debug/net10.0/appsettings.json +9 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.deps.json +23 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.dll +0 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.exe +0 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.pdb +0 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.runtimeconfig.json +20 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.staticwebassets.endpoints.json +1 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.staticwebassets.runtime.json +1 -0
- package/examples/blazor-report/blazor-report.csproj +12 -0
- package/examples/blazor-report/blazor-report.csproj.user +6 -0
- package/examples/blazor-report/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +4 -0
- package/examples/blazor-report/obj/Debug/net10.0/ApiEndpoints.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/EmbeddedAttribute.cs +7 -0
- package/examples/blazor-report/obj/Debug/net10.0/ValidatableTypeAttribute.cs +9 -0
- package/examples/blazor-report/obj/Debug/net10.0/apphost.exe +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.AssemblyInfo.cs +23 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.AssemblyInfoInputs.cache +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.GeneratedMSBuildEditorConfig.editorconfig +71 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.GlobalUsings.g.cs +18 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.MvcApplicationPartsAssemblyInfo.cache +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.assets.cache +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.BuildWithSkipAnalyzers +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.CoreCompileInputs.cache +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.FileListAbsolute.txt +87 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.dll +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.genruntimeconfig.cache +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.pdb +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.sourcelink.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/01gcr5ok0d-{0}-tdbxkamptv-tdbxkamptv.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/0u122lzsqf-{0}-v0zj4ognzu-v0zj4ognzu.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/19vuobcugt-{0}-ausgxo2sd3-ausgxo2sd3.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/2w8s7d0tmu-{0}-c2oey78nd0-c2oey78nd0.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/3seby862hk-{0}-pj5nd1wqec-pj5nd1wqec.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/4z6vyi198a-{0}-c2jlpeoesf-c2jlpeoesf.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/56erzxf847-{0}-rzd6atqjts-rzd6atqjts.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/6pye2umi32-{0}-nvvlpmu67g-nvvlpmu67g.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/6rkf7abng5-{0}-xbbil6v7co-xbbil6v7co.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/7qckystb2n-{0}-jj8uyg4cgr-jj8uyg4cgr.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/7y9tnc1ana-{0}-hwaxidwiwj-hwaxidwiwj.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/7zwf5lrnue-{0}-notf2xhcfb-notf2xhcfb.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/83pb0ayzsm-{0}-k8d9w2qqmf-k8d9w2qqmf.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/88dhp3hbzx-{0}-37tfw0ft22-37tfw0ft22.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/a0n8vocv65-{0}-khv3u5hwcm-khv3u5hwcm.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/acjalqkfgt-{0}-7ma0977mvv-7ma0977mvv.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/bgsbrgy7vf-{0}-h1s4sie4z3-h1s4sie4z3.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/c6laszq5ww-{0}-46ein0sx1k-46ein0sx1k.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/dm27gmg8ll-{0}-fvhpjtyr6v-fvhpjtyr6v.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/es0hst4x17-{0}-ee0r1s7dh0-ee0r1s7dh0.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/f4eerlwe3k-{0}-63fj8s7r0e-63fj8s7r0e.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/f5b7s575cu-{0}-ub07r2b239-ub07r2b239.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/gi3zzjjv2d-{0}-iovd86k7lj-iovd86k7lj.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/h9k7hhwqjn-{0}-m2jb7tclhy-m2jb7tclhy.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/hd6b60w7a9-{0}-pk9g2wxc8p-pk9g2wxc8p.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/iepu09js1p-{0}-493y06b0oq-493y06b0oq.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/k77ggeojrw-{0}-bqjiyaj88i-bqjiyaj88i.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/kpxymjsba6-{0}-kbrnm935zg-kbrnm935zg.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/kq868t8x5q-{0}-fsbi9cje9m-fsbi9cje9m.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/lbvdfe28z6-{0}-b7pk76d08c-b7pk76d08c.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/ltulwrnpym-{0}-erw9l3u2r3-erw9l3u2r3.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/pcqcp3y12o-{0}-lcd1t2u6c8-lcd1t2u6c8.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/q6ii8s1dt0-{0}-abdmv1u4y3-abdmv1u4y3.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/r8rcl1ft48-{0}-ft3s53vfgj-ft3s53vfgj.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/relgedb7iz-{0}-6pdc2jztkx-6pdc2jztkx.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/s7ng5by487-{0}-hrwsygsryq-hrwsygsryq.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/sezds5me7x-{0}-d7shbmvgxk-d7shbmvgxk.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/soo3rna5ha-{0}-0j3bgjxly4-0j3bgjxly4.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/t11mfcypsb-{0}-s35ty4nyc5-s35ty4nyc5.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/t35fshhzld-{0}-06098lyss8-06098lyss8.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/tb3gndp62e-{0}-dxx9fxp4il-dxx9fxp4il.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/tmx7wa8ilq-{0}-vr1egmr9el-vr1egmr9el.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/v33f9mpzye-{0}-r4e9w2rdcm-r4e9w2rdcm.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/va8x872qf1-{0}-aexeepp0ev-aexeepp0ev.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/w5d5wye635-{0}-j5mq2jizvt-j5mq2jizvt.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/weriyjrep0-{0}-y7v9cxd14o-y7v9cxd14o.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/ycnqkrbal1-{0}-m2jb7tclhy-m2jb7tclhy.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/yl0vb4jg87-{0}-jd9uben2k1-jd9uben2k1.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/z5nx2tkgl4-{0}-khy4lop6wu-khy4lop6wu.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/zeckyeunui-{0}-6cfz1n2cew-6cfz1n2cew.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/zu2f3ffzwm-{0}-cosvhxvwiu-cosvhxvwiu.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/rbcswa.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/ref/blazor-report.dll +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/refint/blazor-report.dll +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/rjimswa.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/rjsmrazor.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/rpswa.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/MainLayout.razor.rz.scp.css +98 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/NavMenu.razor.rz.scp.css +105 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/ReconnectModal.razor.rz.scp.css +157 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/bundle/blazor-report.styles.css +363 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/projectbundle/blazor-report.bundle.scp.css +363 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.endpoints.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.json.cache +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.development.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.references.upToDateCheck.txt +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.removed.txt +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/swae.build.ex.cache +0 -0
- package/examples/blazor-report/obj/blazor-report.csproj.nuget.dgspec.json +499 -0
- package/examples/blazor-report/obj/blazor-report.csproj.nuget.g.props +19 -0
- package/examples/blazor-report/obj/blazor-report.csproj.nuget.g.targets +6 -0
- package/examples/blazor-report/obj/project.assets.json +542 -0
- package/examples/blazor-report/obj/project.nuget.cache +10 -0
- package/examples/blazor-report/wwwroot/app.css +60 -0
- package/examples/blazor-report/wwwroot/factura_de_recolecci/303/263n_de_residuos.json +528 -0
- package/examples/blazor-report/wwwroot/favicon.png +0 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css +4085 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css +4084 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css +597 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css +594 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css +5402 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css +5393 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.css +12057 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css +12030 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js +6314 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js +4447 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js +7 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.js +4494 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js +7 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map +1 -0
- package/examples/integration/integration-jquery.html +2 -2
- package/examples/viewer.html +58 -0
- package/package.json +4 -4
- package/examples/blazor-razor-invoice/invoice-report.json +0 -537
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
.components-reconnect-first-attempt-visible[b-sazvjs6jya],
|
|
2
|
+
.components-reconnect-repeated-attempt-visible[b-sazvjs6jya],
|
|
3
|
+
.components-reconnect-failed-visible[b-sazvjs6jya],
|
|
4
|
+
.components-pause-visible[b-sazvjs6jya],
|
|
5
|
+
.components-resume-failed-visible[b-sazvjs6jya],
|
|
6
|
+
.components-rejoining-animation[b-sazvjs6jya] {
|
|
7
|
+
display: none;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-sazvjs6jya],
|
|
11
|
+
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-sazvjs6jya],
|
|
12
|
+
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-sazvjs6jya],
|
|
13
|
+
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-sazvjs6jya],
|
|
14
|
+
#components-reconnect-modal.components-reconnect-retrying[b-sazvjs6jya],
|
|
15
|
+
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-sazvjs6jya],
|
|
16
|
+
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-sazvjs6jya],
|
|
17
|
+
#components-reconnect-modal.components-reconnect-failed[b-sazvjs6jya],
|
|
18
|
+
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-sazvjs6jya] {
|
|
19
|
+
display: block;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
#components-reconnect-modal[b-sazvjs6jya] {
|
|
24
|
+
background-color: white;
|
|
25
|
+
width: 20rem;
|
|
26
|
+
margin: 20vh auto;
|
|
27
|
+
padding: 2rem;
|
|
28
|
+
border: 0;
|
|
29
|
+
border-radius: 0.5rem;
|
|
30
|
+
box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
|
|
31
|
+
opacity: 0;
|
|
32
|
+
transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
|
|
33
|
+
animation: components-reconnect-modal-fadeOutOpacity-b-sazvjs6jya 0.5s both;
|
|
34
|
+
&[open]
|
|
35
|
+
|
|
36
|
+
{
|
|
37
|
+
animation: components-reconnect-modal-slideUp-b-sazvjs6jya 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-sazvjs6jya 0.5s ease-in-out 0.3s;
|
|
38
|
+
animation-fill-mode: both;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
#components-reconnect-modal[b-sazvjs6jya]::backdrop {
|
|
44
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
45
|
+
animation: components-reconnect-modal-fadeInOpacity-b-sazvjs6jya 0.5s ease-in-out;
|
|
46
|
+
opacity: 1;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@keyframes components-reconnect-modal-slideUp-b-sazvjs6jya {
|
|
50
|
+
0% {
|
|
51
|
+
transform: translateY(30px) scale(0.95);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
100% {
|
|
55
|
+
transform: translateY(0);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
@keyframes components-reconnect-modal-fadeInOpacity-b-sazvjs6jya {
|
|
60
|
+
0% {
|
|
61
|
+
opacity: 0;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
100% {
|
|
65
|
+
opacity: 1;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
@keyframes components-reconnect-modal-fadeOutOpacity-b-sazvjs6jya {
|
|
70
|
+
0% {
|
|
71
|
+
opacity: 1;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
100% {
|
|
75
|
+
opacity: 0;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.components-reconnect-container[b-sazvjs6jya] {
|
|
80
|
+
display: flex;
|
|
81
|
+
flex-direction: column;
|
|
82
|
+
align-items: center;
|
|
83
|
+
gap: 1rem;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
#components-reconnect-modal p[b-sazvjs6jya] {
|
|
87
|
+
margin: 0;
|
|
88
|
+
text-align: center;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
#components-reconnect-modal button[b-sazvjs6jya] {
|
|
92
|
+
border: 0;
|
|
93
|
+
background-color: #6b9ed2;
|
|
94
|
+
color: white;
|
|
95
|
+
padding: 4px 24px;
|
|
96
|
+
border-radius: 4px;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
#components-reconnect-modal button:hover[b-sazvjs6jya] {
|
|
100
|
+
background-color: #3b6ea2;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
#components-reconnect-modal button:active[b-sazvjs6jya] {
|
|
104
|
+
background-color: #6b9ed2;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.components-rejoining-animation[b-sazvjs6jya] {
|
|
108
|
+
position: relative;
|
|
109
|
+
width: 80px;
|
|
110
|
+
height: 80px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.components-rejoining-animation div[b-sazvjs6jya] {
|
|
114
|
+
position: absolute;
|
|
115
|
+
border: 3px solid #0087ff;
|
|
116
|
+
opacity: 1;
|
|
117
|
+
border-radius: 50%;
|
|
118
|
+
animation: components-rejoining-animation-b-sazvjs6jya 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.components-rejoining-animation div:nth-child(2)[b-sazvjs6jya] {
|
|
122
|
+
animation-delay: -0.5s;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
@keyframes components-rejoining-animation-b-sazvjs6jya {
|
|
126
|
+
0% {
|
|
127
|
+
top: 40px;
|
|
128
|
+
left: 40px;
|
|
129
|
+
width: 0;
|
|
130
|
+
height: 0;
|
|
131
|
+
opacity: 0;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
4.9% {
|
|
135
|
+
top: 40px;
|
|
136
|
+
left: 40px;
|
|
137
|
+
width: 0;
|
|
138
|
+
height: 0;
|
|
139
|
+
opacity: 0;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
5% {
|
|
143
|
+
top: 40px;
|
|
144
|
+
left: 40px;
|
|
145
|
+
width: 0;
|
|
146
|
+
height: 0;
|
|
147
|
+
opacity: 1;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
100% {
|
|
151
|
+
top: 0px;
|
|
152
|
+
left: 0px;
|
|
153
|
+
width: 80px;
|
|
154
|
+
height: 80px;
|
|
155
|
+
opacity: 0;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
@@ -0,0 +1,363 @@
|
|
|
1
|
+
/* /Components/Layout/MainLayout.razor.rz.scp.css */
|
|
2
|
+
.page[b-8n5c2123ho] {
|
|
3
|
+
position: relative;
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
main[b-8n5c2123ho] {
|
|
9
|
+
flex: 1;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.sidebar[b-8n5c2123ho] {
|
|
13
|
+
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.top-row[b-8n5c2123ho] {
|
|
17
|
+
background-color: #f7f7f7;
|
|
18
|
+
border-bottom: 1px solid #d6d5d5;
|
|
19
|
+
justify-content: flex-end;
|
|
20
|
+
height: 3.5rem;
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.top-row[b-8n5c2123ho] a, .top-row[b-8n5c2123ho] .btn-link {
|
|
26
|
+
white-space: nowrap;
|
|
27
|
+
margin-left: 1.5rem;
|
|
28
|
+
text-decoration: none;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.top-row[b-8n5c2123ho] a:hover, .top-row[b-8n5c2123ho] .btn-link:hover {
|
|
32
|
+
text-decoration: underline;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.top-row[b-8n5c2123ho] a:first-child {
|
|
36
|
+
overflow: hidden;
|
|
37
|
+
text-overflow: ellipsis;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@media (max-width: 640.98px) {
|
|
41
|
+
.top-row[b-8n5c2123ho] {
|
|
42
|
+
justify-content: space-between;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.top-row[b-8n5c2123ho] a, .top-row[b-8n5c2123ho] .btn-link {
|
|
46
|
+
margin-left: 0;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@media (min-width: 641px) {
|
|
51
|
+
.page[b-8n5c2123ho] {
|
|
52
|
+
flex-direction: row;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sidebar[b-8n5c2123ho] {
|
|
56
|
+
width: 250px;
|
|
57
|
+
height: 100vh;
|
|
58
|
+
position: sticky;
|
|
59
|
+
top: 0;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.top-row[b-8n5c2123ho] {
|
|
63
|
+
position: sticky;
|
|
64
|
+
top: 0;
|
|
65
|
+
z-index: 1;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.top-row.auth[b-8n5c2123ho] a:first-child {
|
|
69
|
+
flex: 1;
|
|
70
|
+
text-align: right;
|
|
71
|
+
width: 0;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.top-row[b-8n5c2123ho], article[b-8n5c2123ho] {
|
|
75
|
+
padding-left: 2rem !important;
|
|
76
|
+
padding-right: 1.5rem !important;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
#blazor-error-ui[b-8n5c2123ho] {
|
|
81
|
+
color-scheme: light only;
|
|
82
|
+
background: lightyellow;
|
|
83
|
+
bottom: 0;
|
|
84
|
+
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
|
|
85
|
+
box-sizing: border-box;
|
|
86
|
+
display: none;
|
|
87
|
+
left: 0;
|
|
88
|
+
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
|
|
89
|
+
position: fixed;
|
|
90
|
+
width: 100%;
|
|
91
|
+
z-index: 1000;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
#blazor-error-ui .dismiss[b-8n5c2123ho] {
|
|
95
|
+
cursor: pointer;
|
|
96
|
+
position: absolute;
|
|
97
|
+
right: 0.75rem;
|
|
98
|
+
top: 0.5rem;
|
|
99
|
+
}
|
|
100
|
+
/* /Components/Layout/NavMenu.razor.rz.scp.css */
|
|
101
|
+
.navbar-toggler[b-7uh8pvdtms] {
|
|
102
|
+
appearance: none;
|
|
103
|
+
cursor: pointer;
|
|
104
|
+
width: 3.5rem;
|
|
105
|
+
height: 2.5rem;
|
|
106
|
+
color: white;
|
|
107
|
+
position: absolute;
|
|
108
|
+
top: 0.5rem;
|
|
109
|
+
right: 1rem;
|
|
110
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
111
|
+
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.navbar-toggler:checked[b-7uh8pvdtms] {
|
|
115
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.top-row[b-7uh8pvdtms] {
|
|
119
|
+
min-height: 3.5rem;
|
|
120
|
+
background-color: rgba(0,0,0,0.4);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.navbar-brand[b-7uh8pvdtms] {
|
|
124
|
+
font-size: 1.1rem;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.bi[b-7uh8pvdtms] {
|
|
128
|
+
display: inline-block;
|
|
129
|
+
position: relative;
|
|
130
|
+
width: 1.25rem;
|
|
131
|
+
height: 1.25rem;
|
|
132
|
+
margin-right: 0.75rem;
|
|
133
|
+
top: -1px;
|
|
134
|
+
background-size: cover;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.bi-house-door-fill-nav-menu[b-7uh8pvdtms] {
|
|
138
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.bi-plus-square-fill-nav-menu[b-7uh8pvdtms] {
|
|
142
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.bi-list-nested-nav-menu[b-7uh8pvdtms] {
|
|
146
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.nav-item[b-7uh8pvdtms] {
|
|
150
|
+
font-size: 0.9rem;
|
|
151
|
+
padding-bottom: 0.5rem;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.nav-item:first-of-type[b-7uh8pvdtms] {
|
|
155
|
+
padding-top: 1rem;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.nav-item:last-of-type[b-7uh8pvdtms] {
|
|
159
|
+
padding-bottom: 1rem;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.nav-item[b-7uh8pvdtms] .nav-link {
|
|
163
|
+
color: #d7d7d7;
|
|
164
|
+
background: none;
|
|
165
|
+
border: none;
|
|
166
|
+
border-radius: 4px;
|
|
167
|
+
height: 3rem;
|
|
168
|
+
display: flex;
|
|
169
|
+
align-items: center;
|
|
170
|
+
line-height: 3rem;
|
|
171
|
+
width: 100%;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.nav-item[b-7uh8pvdtms] a.active {
|
|
175
|
+
background-color: rgba(255,255,255,0.37);
|
|
176
|
+
color: white;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.nav-item[b-7uh8pvdtms] .nav-link:hover {
|
|
180
|
+
background-color: rgba(255,255,255,0.1);
|
|
181
|
+
color: white;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.nav-scrollable[b-7uh8pvdtms] {
|
|
185
|
+
display: none;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.navbar-toggler:checked ~ .nav-scrollable[b-7uh8pvdtms] {
|
|
189
|
+
display: block;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
@media (min-width: 641px) {
|
|
193
|
+
.navbar-toggler[b-7uh8pvdtms] {
|
|
194
|
+
display: none;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.nav-scrollable[b-7uh8pvdtms] {
|
|
198
|
+
/* Never collapse the sidebar for wide screens */
|
|
199
|
+
display: block;
|
|
200
|
+
|
|
201
|
+
/* Allow sidebar to scroll for tall menus */
|
|
202
|
+
height: calc(100vh - 3.5rem);
|
|
203
|
+
overflow-y: auto;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
|
|
207
|
+
.components-reconnect-first-attempt-visible[b-sazvjs6jya],
|
|
208
|
+
.components-reconnect-repeated-attempt-visible[b-sazvjs6jya],
|
|
209
|
+
.components-reconnect-failed-visible[b-sazvjs6jya],
|
|
210
|
+
.components-pause-visible[b-sazvjs6jya],
|
|
211
|
+
.components-resume-failed-visible[b-sazvjs6jya],
|
|
212
|
+
.components-rejoining-animation[b-sazvjs6jya] {
|
|
213
|
+
display: none;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-sazvjs6jya],
|
|
217
|
+
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-sazvjs6jya],
|
|
218
|
+
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-sazvjs6jya],
|
|
219
|
+
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-sazvjs6jya],
|
|
220
|
+
#components-reconnect-modal.components-reconnect-retrying[b-sazvjs6jya],
|
|
221
|
+
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-sazvjs6jya],
|
|
222
|
+
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-sazvjs6jya],
|
|
223
|
+
#components-reconnect-modal.components-reconnect-failed[b-sazvjs6jya],
|
|
224
|
+
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-sazvjs6jya] {
|
|
225
|
+
display: block;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
#components-reconnect-modal[b-sazvjs6jya] {
|
|
230
|
+
background-color: white;
|
|
231
|
+
width: 20rem;
|
|
232
|
+
margin: 20vh auto;
|
|
233
|
+
padding: 2rem;
|
|
234
|
+
border: 0;
|
|
235
|
+
border-radius: 0.5rem;
|
|
236
|
+
box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
|
|
237
|
+
opacity: 0;
|
|
238
|
+
transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
|
|
239
|
+
animation: components-reconnect-modal-fadeOutOpacity-b-sazvjs6jya 0.5s both;
|
|
240
|
+
&[open]
|
|
241
|
+
|
|
242
|
+
{
|
|
243
|
+
animation: components-reconnect-modal-slideUp-b-sazvjs6jya 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-sazvjs6jya 0.5s ease-in-out 0.3s;
|
|
244
|
+
animation-fill-mode: both;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
#components-reconnect-modal[b-sazvjs6jya]::backdrop {
|
|
250
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
251
|
+
animation: components-reconnect-modal-fadeInOpacity-b-sazvjs6jya 0.5s ease-in-out;
|
|
252
|
+
opacity: 1;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
@keyframes components-reconnect-modal-slideUp-b-sazvjs6jya {
|
|
256
|
+
0% {
|
|
257
|
+
transform: translateY(30px) scale(0.95);
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
100% {
|
|
261
|
+
transform: translateY(0);
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
@keyframes components-reconnect-modal-fadeInOpacity-b-sazvjs6jya {
|
|
266
|
+
0% {
|
|
267
|
+
opacity: 0;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
100% {
|
|
271
|
+
opacity: 1;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
@keyframes components-reconnect-modal-fadeOutOpacity-b-sazvjs6jya {
|
|
276
|
+
0% {
|
|
277
|
+
opacity: 1;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
100% {
|
|
281
|
+
opacity: 0;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.components-reconnect-container[b-sazvjs6jya] {
|
|
286
|
+
display: flex;
|
|
287
|
+
flex-direction: column;
|
|
288
|
+
align-items: center;
|
|
289
|
+
gap: 1rem;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
#components-reconnect-modal p[b-sazvjs6jya] {
|
|
293
|
+
margin: 0;
|
|
294
|
+
text-align: center;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
#components-reconnect-modal button[b-sazvjs6jya] {
|
|
298
|
+
border: 0;
|
|
299
|
+
background-color: #6b9ed2;
|
|
300
|
+
color: white;
|
|
301
|
+
padding: 4px 24px;
|
|
302
|
+
border-radius: 4px;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
#components-reconnect-modal button:hover[b-sazvjs6jya] {
|
|
306
|
+
background-color: #3b6ea2;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
#components-reconnect-modal button:active[b-sazvjs6jya] {
|
|
310
|
+
background-color: #6b9ed2;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.components-rejoining-animation[b-sazvjs6jya] {
|
|
314
|
+
position: relative;
|
|
315
|
+
width: 80px;
|
|
316
|
+
height: 80px;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.components-rejoining-animation div[b-sazvjs6jya] {
|
|
320
|
+
position: absolute;
|
|
321
|
+
border: 3px solid #0087ff;
|
|
322
|
+
opacity: 1;
|
|
323
|
+
border-radius: 50%;
|
|
324
|
+
animation: components-rejoining-animation-b-sazvjs6jya 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.components-rejoining-animation div:nth-child(2)[b-sazvjs6jya] {
|
|
328
|
+
animation-delay: -0.5s;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
@keyframes components-rejoining-animation-b-sazvjs6jya {
|
|
332
|
+
0% {
|
|
333
|
+
top: 40px;
|
|
334
|
+
left: 40px;
|
|
335
|
+
width: 0;
|
|
336
|
+
height: 0;
|
|
337
|
+
opacity: 0;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
4.9% {
|
|
341
|
+
top: 40px;
|
|
342
|
+
left: 40px;
|
|
343
|
+
width: 0;
|
|
344
|
+
height: 0;
|
|
345
|
+
opacity: 0;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
5% {
|
|
349
|
+
top: 40px;
|
|
350
|
+
left: 40px;
|
|
351
|
+
width: 0;
|
|
352
|
+
height: 0;
|
|
353
|
+
opacity: 1;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
100% {
|
|
357
|
+
top: 0px;
|
|
358
|
+
left: 0px;
|
|
359
|
+
width: 80px;
|
|
360
|
+
height: 80px;
|
|
361
|
+
opacity: 0;
|
|
362
|
+
}
|
|
363
|
+
}
|