mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-19 19:26:12 -07:00
20 lines
298 B
CSS
20 lines
298 B
CSS
main.wallets {
|
|
.wallets__empty {
|
|
display: grid;
|
|
gap: 1rem;
|
|
place-content: center;
|
|
min-height: 16rem;
|
|
text-align: center;
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
|
|
> button {
|
|
border-color: var(--orange);
|
|
color: var(--black);
|
|
background: var(--orange);
|
|
}
|
|
}
|
|
}
|