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

35 lines
566 B
CSS

main.wallets {
> header {
display: flex;
gap: 1rem;
align-items: center;
justify-content: end;
@media (max-width: 34rem) {
justify-content: start;
}
> div {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
justify-content: end;
@media (max-width: 34rem) {
justify-content: start;
}
> button {
border-color: var(--orange);
color: var(--black);
background: var(--orange);
}
}
}
> section[aria-live] {
display: grid;
gap: 1.5rem;
}
}