mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-23 08:58:11 -07:00
website: redesign part 32
This commit is contained in:
@@ -11,12 +11,8 @@ main.wallets {
|
||||
padding: var(--offset) var(--page-x);
|
||||
scroll-padding-top: var(--offset);
|
||||
|
||||
&:is([data-wallets-page-empty], [data-wallets-page-locked]) {
|
||||
min-height: 100dvh;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
[role="status"] {
|
||||
output {
|
||||
display: block;
|
||||
min-height: var(--line-height-sm);
|
||||
margin: 0;
|
||||
color: var(--gray);
|
||||
@@ -24,10 +20,6 @@ main.wallets {
|
||||
line-height: var(--line-height-sm);
|
||||
}
|
||||
|
||||
[data-wallets-btc-muted] {
|
||||
color: color-mix(in oklch, currentColor 45%, transparent);
|
||||
}
|
||||
|
||||
:is(input, select, button) {
|
||||
min-width: 0;
|
||||
height: var(--control-height);
|
||||
@@ -49,6 +41,12 @@ main.wallets {
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
button.primary {
|
||||
border-color: var(--orange);
|
||||
color: var(--black);
|
||||
background: var(--orange);
|
||||
}
|
||||
|
||||
input::placeholder {
|
||||
color: color-mix(in oklch, var(--gray) 70%, transparent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user