Implement design and copy for errors

This commit is contained in:
Travis Ralston 2019-06-05 11:32:02 -06:00
parent 10f4d6b419
commit ace1bde238
8 changed files with 42 additions and 29 deletions

View file

@ -62,6 +62,11 @@ limitations under the License.
margin-bottom: 12px;
}
.mx_Login_error.mx_Login_serverError {
text-align: left;
font-weight: normal;
}
.mx_Login_type_container {
display: flex;
align-items: center;