Files
brk/website_next/wallets/add/style.css
T
2026-06-19 23:16:27 +02:00

15 lines
202 B
CSS

main.wallets {
.wallets__dialog {
> form {
display: grid;
gap: 0.75rem;
> footer {
display: flex;
gap: 0.5rem;
justify-content: end;
}
}
}
}