Convert login type to Field component

This converts the login type Dropdown on the login flow to also use the Field
component so that every presents a similar visual style.
This commit is contained in:
J. Ryan Stinnett 2019-03-05 17:53:09 +00:00
parent 5a491ac053
commit bc54ea5623
2 changed files with 32 additions and 15 deletions

View file

@ -64,18 +64,18 @@ limitations under the License.
.mx_Login_type_container {
display: flex;
margin-bottom: 14px;
align-items: center;
color: $authpage-primary-color;
.mx_Field {
margin: 0;
}
}
.mx_Login_type_label {
flex-grow: 1;
line-height: 35px;
}
.mx_Login_type_dropdown {
display: inline-block;
min-width: 170px;
align-self: flex-end;
flex: 1 1 auto;
min-width: 200px;
}