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