Implement password handling for unattended access
build / build-linux-amd64 (push) Successful in 2m0s
build / build-linux-amd64 (push) Successful in 2m0s
This commit is contained in:
Vendored
+8
@@ -80,6 +80,14 @@ html, body {
|
||||
}
|
||||
.pw-form button:hover { background: #0369a1; }
|
||||
|
||||
/* Separator between "waiting for approval / cancel" and the unattended-
|
||||
* password override on the awaiting-approval screen. */
|
||||
.pw-divider {
|
||||
border: none;
|
||||
border-top: 1px solid rgba(148, 163, 184, 0.2);
|
||||
margin: 20px 0 12px;
|
||||
}
|
||||
|
||||
.error-inline {
|
||||
background: rgba(220, 38, 38, 0.15);
|
||||
border: 1px solid rgba(220, 38, 38, 0.4);
|
||||
|
||||
Reference in New Issue
Block a user