mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-17 22:18:14 -07:00
website: redesign part 31
This commit is contained in:
@@ -2,24 +2,24 @@ main.wallets {
|
||||
.wallets__address-cell {
|
||||
display: grid;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
|
||||
.wallets__address-meta {
|
||||
color: var(--gray);
|
||||
font-size: var(--font-size-xs);
|
||||
line-height: var(--line-height-xs);
|
||||
}
|
||||
> span:first-child {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-self: start;
|
||||
min-height: 1rem;
|
||||
border: 1px solid color-mix(in oklch, var(--gray) 28%, transparent);
|
||||
border-radius: 0.25rem;
|
||||
padding: 0 0.25rem;
|
||||
color: color-mix(in oklch, var(--white) 76%, var(--gray));
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.wallets__address-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-self: start;
|
||||
min-height: 1rem;
|
||||
border: 1px solid color-mix(in oklch, var(--gray) 28%, transparent);
|
||||
border-radius: 0.25rem;
|
||||
padding: 0 0.25rem;
|
||||
color: color-mix(in oklch, var(--white) 76%, var(--gray));
|
||||
line-height: 1;
|
||||
> span:last-child {
|
||||
color: var(--gray);
|
||||
font-size: var(--font-size-xs);
|
||||
line-height: var(--line-height-xs);
|
||||
}
|
||||
}
|
||||
|
||||
.wallets__address {
|
||||
@@ -27,17 +27,17 @@ main.wallets {
|
||||
flex-wrap: wrap;
|
||||
gap: 0 0.375rem;
|
||||
max-width: 40rem;
|
||||
}
|
||||
|
||||
.wallets__address-group {
|
||||
white-space: nowrap;
|
||||
}
|
||||
> span {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.wallets__address-letter {
|
||||
color: var(--white);
|
||||
}
|
||||
[data-wallets-address-character="letter"] {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.wallets__address-number {
|
||||
color: color-mix(in oklch, var(--white) 50%, var(--gray));
|
||||
[data-wallets-address-character="number"] {
|
||||
color: color-mix(in oklch, var(--white) 50%, var(--gray));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user