12 lines
447 B
Plaintext
12 lines
447 B
Plaintext
<dialog id="dlg-$$Id$$"
|
|
class="dialog-root rounded-lg border border-border bg-background p-0 shadow-lg
|
|
fixed left-1/2 top-1/2 m-0 w-full max-w-lg -translate-x-1/2 -translate-y-1/2
|
|
backdrop:bg-black/50 backdrop:backdrop-blur-sm
|
|
open:block">
|
|
<div class="flex flex-col gap-4 p-6">
|
|
$$Header$$
|
|
<div class="text-sm text-muted-foreground">$$Content$$</div>
|
|
$$Footer$$
|
|
</div>
|
|
</dialog>
|