fix snafu on login submit button

pull/5578/head
Matthew Hodgson 2017-10-27 00:14:12 +01:00
parent 468f8ccab8
commit 26d142f893
2 changed files with 2 additions and 8 deletions

View File

@ -79,15 +79,10 @@ limitations under the License.
}
.mx_Login_submit {
@mixin mx_DialogButton;
width: 100%;
margin-top: 35px;
margin-bottom: 24px;
width: 100%;
border-radius: 40px;
height: 40px;
border: 0px;
background-color: $accent-color;
font-size: 15px;
color: $accent-fg-color;
}
.mx_Login_submit:disabled {

View File

@ -153,7 +153,6 @@ limitations under the License.
}
.mx_Login_submit {
@mixin mx_DialogButton;
width: 200px;
margin-top: 13px;
margin-bottom: 18px;