Files
brk/website_next/wallets/add/style.css
T
2026-06-18 22:39:28 +02:00

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