Animate.css fade in animations on login and signup containers
This commit is contained in:
2744
public/css/animate.css
vendored
Normal file
2744
public/css/animate.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,7 @@
|
||||
@import "bootstrap/bootstrap";
|
||||
@import "font-awesome/font-awesome";
|
||||
@import "ios7";
|
||||
@import "animate.css";
|
||||
|
||||
body {
|
||||
padding-top: 60px;
|
||||
|
@ -198,6 +198,10 @@ a {
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.panel-body {
|
||||
padding: 15px 15px 0 15px;
|
||||
}
|
||||
|
||||
.panel-default {
|
||||
> .panel-heading {
|
||||
background-color: #fff;
|
||||
|
@ -4,7 +4,7 @@ block content
|
||||
if messages.length
|
||||
.alert.alert-danger
|
||||
strong= messages
|
||||
.login-container
|
||||
.login-container.animated.fadeIn
|
||||
h3.text-center
|
||||
span.text-primary PROJECT
|
||||
span.text-muted NAME
|
||||
|
@ -4,7 +4,7 @@ block content
|
||||
if messages.length
|
||||
.alert.alert-danger
|
||||
strong= messages
|
||||
.login-container.signup
|
||||
.login-container.signup.animated.fadeIn
|
||||
h3.text-center
|
||||
span.text-primary PROJECT
|
||||
span.text-muted NAME
|
||||
|
Reference in New Issue
Block a user