18 lines
311 B
Plaintext
18 lines
311 B
Plaintext
// 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
|