Files
Foundry-VTT-Docker/resources/app/public/less2/blocks/dialog.less
2025-01-04 00:34:03 +01:00

11 lines
263 B
Plaintext

/* ---------------------------------- */
/* Dialog V2 */
/* ---------------------------------- */
.application.dialog {
padding: 0;
margin: 0;
&:not([open]) { display: none; }
.standard-form .form-footer { flex-wrap: nowrap; }
}