website: redesign part 32

This commit is contained in:
nym21
2026-06-19 23:16:27 +02:00
parent 00f7d69ea6
commit 45ab6ebf71
28 changed files with 234 additions and 264 deletions
+8 -10
View File
@@ -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);
}