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