mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-20 03:34:21 -07:00
21 lines
339 B
CSS
21 lines
339 B
CSS
main.wallets {
|
|
.wallets__dialog {
|
|
> form {
|
|
display: grid;
|
|
gap: 0.75rem;
|
|
|
|
> div {
|
|
display: flex;
|
|
gap: 0.5rem;
|
|
justify-content: end;
|
|
}
|
|
|
|
button[type="submit"] {
|
|
border-color: var(--orange);
|
|
color: var(--black);
|
|
background: var(--orange);
|
|
}
|
|
}
|
|
}
|
|
}
|