mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-20 03:34:21 -07:00
15 lines
246 B
CSS
15 lines
246 B
CSS
main.wallets {
|
|
label {
|
|
display: grid;
|
|
gap: 0.375rem;
|
|
min-width: 0;
|
|
|
|
> span {
|
|
color: var(--gray);
|
|
font-size: var(--font-size-xs);
|
|
line-height: var(--line-height-xs);
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
}
|