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 "bootstrap/bootstrap";
|
||||||
@import "font-awesome/font-awesome";
|
@import "font-awesome/font-awesome";
|
||||||
@import "ios7";
|
@import "ios7";
|
||||||
|
@import "animate.css";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
|
@ -198,6 +198,10 @@ a {
|
|||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel-body {
|
||||||
|
padding: 15px 15px 0 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.panel-default {
|
.panel-default {
|
||||||
> .panel-heading {
|
> .panel-heading {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
@ -4,7 +4,7 @@ block content
|
|||||||
if messages.length
|
if messages.length
|
||||||
.alert.alert-danger
|
.alert.alert-danger
|
||||||
strong= messages
|
strong= messages
|
||||||
.login-container
|
.login-container.animated.fadeIn
|
||||||
h3.text-center
|
h3.text-center
|
||||||
span.text-primary PROJECT
|
span.text-primary PROJECT
|
||||||
span.text-muted NAME
|
span.text-muted NAME
|
||||||
|
@ -4,7 +4,7 @@ block content
|
|||||||
if messages.length
|
if messages.length
|
||||||
.alert.alert-danger
|
.alert.alert-danger
|
||||||
strong= messages
|
strong= messages
|
||||||
.login-container.signup
|
.login-container.signup.animated.fadeIn
|
||||||
h3.text-center
|
h3.text-center
|
||||||
span.text-primary PROJECT
|
span.text-primary PROJECT
|
||||||
span.text-muted NAME
|
span.text-muted NAME
|
||||||
|
Reference in New Issue
Block a user