mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-21 20:12:15 -07:00
15 lines
202 B
CSS
15 lines
202 B
CSS
main.wallets {
|
|
.wallets__dialog {
|
|
> form {
|
|
display: grid;
|
|
gap: 0.75rem;
|
|
|
|
> footer {
|
|
display: flex;
|
|
gap: 0.5rem;
|
|
justify-content: end;
|
|
}
|
|
}
|
|
}
|
|
}
|