changed the login in button

pull/1/head
CatalinScr 7 years ago
parent 0a99478d9f
commit 21f1a48380

@ -558,8 +558,7 @@ define([
placeholder: Msg.login_password, placeholder: Msg.login_password,
}), }),
h('div.extra', [ h('div.extra', [
h('button.login.first.btn', Msg.login_login), h('button.login.first.btn', Msg.login_login)
h('button#register.btn.register.cp-login-register', Msg.login_register)
]) ])
]) ])
]), ]),

@ -54,19 +54,11 @@
} }
.extra { .extra {
margin-top: 1em; margin-top: 1em;
.cp-login-register {
color: @cryptpad_color_blue;
background: #fff;
border: 2px solid @cryptpad_color_blue;
border-radius: 0;
&:hover {
transform: scale(1.05);
}
}
.login { .login {
background: transparent; background: @cryptpad_color_blue;
color: @cryptpad_color_blue; color: #fff;
padding: 0; padding: 10px;
border-radius: 0;
&:hover { &:hover {
transform: scale(1.05); transform: scale(1.05);
} }

Loading…
Cancel
Save