fix(plan): add 'Upravit celý rozsah' button, use class-based action rows
This commit is contained in:
@@ -167,3 +167,14 @@
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Action row inside a modal body (e.g. Delete button at top, or button
|
||||
group in the day-in-range chooser). Mirrors .admin-modal-footer
|
||||
styling but lives inside .admin-modal-body. */
|
||||
.plan-modal-actions {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
justify-content: flex-end;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user