refactor: reusable dialog management

This commit is contained in:
Carlos Valente
2025-06-22 11:23:45 +02:00
committed by Carlos Valente
parent e0f2830072
commit 3f3cef7d6f
15 changed files with 35 additions and 33 deletions
@@ -20,12 +20,12 @@
.editPrompt {
position: fixed;
z-index: 1;
z-index: $zindex-dialog;
left: 50%;
transform: translate(-50%, 0);
text-align: center;
background: rgba(0,0,0, 0.7);
background: $backdrop-color;
border-radius: 2px;
padding: 0.5em 2em;
color: $orange-500;