mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 11:23:50 +00:00
refactor: reusable dialog management
This commit is contained in:
committed by
Carlos Valente
parent
e0f2830072
commit
3f3cef7d6f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user