Removed opacity animations on login page

This commit is contained in:
Sahat Yalkabov
2013-12-04 06:27:10 -05:00
parent eaa2fc3148
commit ff44a0e3bd
3 changed files with 2 additions and 11 deletions

View File

@ -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;

View File

@ -1,3 +0,0 @@
$(window).load(function() {
return $(".login-container").addClass("active");
});

View File

@ -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