Ronald 9d21736e9f
Add UI copyright headers files (#16614)
* Add copyright headers to UI files

* Ensure copywrite file ignores external libs
2023-03-14 09:18:55 -04:00

29 lines
460 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
%auth-form {
width: 320px;
margin: 0 25px;
margin-top: -20px;
}
%auth-form em {
display: inline-block;
margin-top: 1em;
}
%auth-form form,
%auth-form .oidc-select {
padding-top: 1em;
}
%auth-form form {
margin-bottom: 0 !important;
}
%auth-form .ember-basic-dropdown-trigger,
%auth-form button:not(.reset) {
width: 100%;
}
%auth-form .progress {
margin: 0 auto;
}