update
This commit is contained in:
@@ -101,8 +101,23 @@ h1 {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.login-alert-placeholder {
|
||||
opacity: 0.56;
|
||||
.remember-field {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
|
||||
input[type="checkbox"] {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
accent-color: var(--c-primary, #4f6ef7);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.field-label {
|
||||
font-weight: 400;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
.login-form {
|
||||
|
||||
Reference in New Issue
Block a user