add css class button-row
openwrt-24.10
This commit is contained in:
parent
4a7e46f933
commit
c08885c8c4
@ -2684,6 +2684,17 @@ td>table>tbody>tr>td,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal > .button-row {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
.modal > .button-row > button:not(:last-of-type) {
|
||||||
|
margin-right: .5em;
|
||||||
|
}
|
||||||
|
.modal > .button-row > button:first-of-type {
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
body.modal-overlay-active {
|
body.modal-overlay-active {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100vh
|
height: 100vh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user