add login with oskeychain
This commit is contained in:
+13
@@ -1359,6 +1359,19 @@
|
||||
color: var(--color-accent);
|
||||
}
|
||||
|
||||
.cred-expiry { display: flex; flex-direction: column; gap: 5px; }
|
||||
.cred-expiry input[type="date"] {
|
||||
height: 40px;
|
||||
padding: 0 11px;
|
||||
border-radius: 9px;
|
||||
border: 1px solid rgba(65,209,255,0.22);
|
||||
background: rgba(7, 8, 16, 0.7);
|
||||
color: var(--color-ink);
|
||||
font-size: 13.5px;
|
||||
color-scheme: dark;
|
||||
}
|
||||
.cred-expiry-hint { font-size: 11.5px; color: var(--color-ink-faint); line-height: 1.5; }
|
||||
|
||||
.cred-error {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
||||
Reference in New Issue
Block a user