fix spacing of login aux buttons

pull/5578/head
Matthew Hodgson 2017-10-27 01:24:11 +01:00
parent b65ee5f28e
commit 3ffebfbf0b
1 changed files with 6 additions and 1 deletions

View File

@ -165,10 +165,14 @@ limitations under the License.
opacity: 0.3;
}
.mx_Login_prompt {
font-size: 16px;
}
.mx_Login_submit {
width: 200px;
margin-top: 13px;
margin-bottom: 18px;
margin-bottom: 10px;
}
.mx_Login_submit:disabled {
@ -176,6 +180,7 @@ limitations under the License.
}
.mx_Login_create {
margin-top: 10px;
display: block;
text-align: center;
width: 100%;