fix
This commit is contained in:
@@ -50,6 +50,24 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.login-card .login-card__fields input {
|
||||||
|
appearance: none;
|
||||||
|
border-radius: 0.45rem;
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
padding: 0.55rem 0.65rem;
|
||||||
|
font-size: 0.95rem;
|
||||||
|
background: var(--surface);
|
||||||
|
color: var(--fg);
|
||||||
|
transition: border-color 0.15s ease, box-shadow 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-card .login-card__fields input:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
border-color: var(--accent);
|
||||||
|
box-shadow: 0 0 0 2px var(--accent-soft);
|
||||||
|
background: var(--surface);
|
||||||
|
}
|
||||||
|
|
||||||
.login-card__passkey-button {
|
.login-card__passkey-button {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -200,6 +200,7 @@
|
|||||||
.selection-assignment__list {
|
.selection-assignment__list {
|
||||||
max-height: 240px;
|
max-height: 240px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
padding: 0 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selection-assignment__item {
|
.selection-assignment__item {
|
||||||
|
|||||||
Reference in New Issue
Block a user