aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/dialog/DialogOverlay.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-09-22 16:58:30 +0800
committercrupest <crupest@outlook.com>2023-09-22 16:59:41 +0800
commit6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7 (patch)
tree6378aa13ebc5974cbfeeca9f6d525a643993687d /FrontEnd/src/components/dialog/DialogOverlay.css
parentd477c7270c90b190ed82b13f48f39a05d83503d2 (diff)
downloadtimeline-6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7.tar.gz
timeline-6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7.tar.bz2
timeline-6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7.zip
...
Diffstat (limited to 'FrontEnd/src/components/dialog/DialogOverlay.css')
-rw-r--r--FrontEnd/src/components/dialog/DialogOverlay.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/FrontEnd/src/components/dialog/DialogOverlay.css b/FrontEnd/src/components/dialog/DialogOverlay.css
new file mode 100644
index 00000000..51a124fa
--- /dev/null
+++ b/FrontEnd/src/components/dialog/DialogOverlay.css
@@ -0,0 +1,13 @@
+.cru-dialog-overlay {
+ position: fixed;
+ z-index: 1040;
+ inset: 0;
+}
+
+.cru-dialog-background {
+ position: fixed;
+ z-index: -1;
+ inset: 0;
+ background-color: var(--cru-dialog-overlay-color);
+ opacity: 0.8;
+}