luci-theme-openwrt: add css class button-row

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
pull/7153/head
Florian Eckert 2024-06-07 12:51:24 +02:00
parent c1621c6d32
commit 3162128e2f
1 changed files with 13 additions and 0 deletions

View File

@ -242,6 +242,19 @@ hr {
overflow: auto;
}
.modal .button-row {
display: flex;
justify-content: space-between;
}
.modal .button-row > :not(:last-child) {
margin-right: .5em;
}
.modal .button-row > :first-child {
margin-right: auto;
}
body.modal-overlay-active {
overflow: hidden;
}