Initial data model migration

This commit is contained in:
2026-01-06 22:56:57 +01:00
parent 05ca6e1763
commit 001f0cffa8
142 changed files with 6474 additions and 413 deletions

17
less/dialogs.less Normal file
View File

@@ -0,0 +1,17 @@
// Dialog styles
.dialog {
.dialog-buttons {
.flex-row();
justify-content: flex-end;
gap: @spacing-base;
padding-top: @spacing-medium;
border-top: 1px solid @color-border;
button {
min-width: 80px;
}
}
}
// Placeholder - to be expanded based on roll-dialog-generic.html