add register button

This commit is contained in:
Matthew Hodgson 2017-06-19 00:54:07 +01:00 committed by David Baker
parent e3a63c3a6d
commit 6e64dd32c8
2 changed files with 12 additions and 3 deletions

View file

@ -19,13 +19,15 @@ limitations under the License.
width: 100%;
}
.mx_LoginBox_loginButton {
.mx_LoginBox_loginButton,
.mx_LoginBox_registerButton {
margin-top: -8px;
height: 40px;
border: 0px;
border-radius: 40px;
padding-left: 1em;
padding-right: 1em;
margin-left: 4px;
margin-right: 4px;
width: 80px;
background-color: $accent-color;
color: $primary-bg-color;