mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-19 19:26:12 -07:00
28 lines
498 B
CSS
28 lines
498 B
CSS
main.wallets {
|
|
.wallets__summary {
|
|
min-height: 5rem;
|
|
|
|
> p {
|
|
display: grid;
|
|
gap: 0.5rem;
|
|
margin: 0;
|
|
|
|
strong {
|
|
min-width: 0;
|
|
overflow-wrap: anywhere;
|
|
color: var(--white);
|
|
font-family: var(--font-serif);
|
|
font-size: 4rem;
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
}
|
|
|
|
> span {
|
|
color: var(--gray);
|
|
font-size: var(--font-size-lg);
|
|
line-height: var(--line-height-lg);
|
|
}
|
|
}
|
|
}
|
|
}
|