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

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);
}
}
}
}