Files
brk/website_next/wallets/add/style.css
T
2026-06-17 11:25:42 +02:00

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;
}
}