Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
.delete-login-button-container {
display: flex;
justify-content: end;
height: 0;
}
/* Add spacing between fieldset legend text and fields */
login-origin-field, login-password-field {
margin-block-start: var(--space-medium);
}
origin-warning, password-warning {
display: none;
}
origin-warning.invalid-input, password-warning.invalid-input {
display: block;
}
.field-container {
position: relative;
}