Removed opacity animations on login page
This commit is contained in:
@ -241,12 +241,6 @@ input[type="radio"]:checked + span:after {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin: -190px 0 15px -190px;
|
||||
opacity: 0;
|
||||
transition: all 0.75s 0.375s;
|
||||
|
||||
&.active {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
position: relative;
|
||||
|
@ -1,3 +0,0 @@
|
||||
$(window).load(function() {
|
||||
return $(".login-container").addClass("active");
|
||||
});
|
@ -34,8 +34,8 @@ block content
|
||||
a.btn.btn-default.btn-block(href='/auth/github')
|
||||
i.fa.fa-github
|
||||
| GitHub
|
||||
p Don't have an account yet?
|
||||
a(href='signup1.html') Sign up now
|
||||
p Don't have an account yet?
|
||||
a(href='signup1.html') Sign up now
|
||||
|
||||
|
||||
if messages.length
|
||||
|
Reference in New Issue
Block a user