diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-18 17:26:53 +0200 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-18 17:26:53 +0200 |
| commit | 38b757fc98004e7665867de38169b56db19188e2 (patch) | |
| tree | fbc920789d7a88e1673fb8cbc959bf65d44846ac /frontend/src/css | |
| parent | Merge branch 'typescript' of https://github.com/pektezol/LeastPortalsHub into... (diff) | |
| download | lphub-38b757fc98004e7665867de38169b56db19188e2.tar.gz lphub-38b757fc98004e7665867de38169b56db19188e2.tar.bz2 lphub-38b757fc98004e7665867de38169b56db19188e2.zip | |
refactor: 21.png
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/MapDeleteConfirmDialog.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/src/css/MapDeleteConfirmDialog.css b/frontend/src/css/MapDeleteConfirmDialog.css new file mode 100644 index 0000000..1f7df1a --- /dev/null +++ b/frontend/src/css/MapDeleteConfirmDialog.css | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | .dimmer { | ||
| 2 | position: absolute; | ||
| 3 | width: calc(100%); | ||
| 4 | height: 100%; | ||
| 5 | background-color: rgba(0, 0, 0, 0.5); | ||
| 6 | } \ No newline at end of file | ||