feat(styles): add fadeIn animation

This commit is contained in:
nixa 2016-05-25 16:41:08 +03:00
parent d69937ad53
commit e44109e380
4 changed files with 4 additions and 2 deletions

View file

@ -34,7 +34,7 @@ block content
p We have put a lot of efforts and carefully selected each color and font for this template!
div.why-item
img(src=contents.images['why-practices.svg'].url)
h4 Ease for customization
h4 Ease of customization
p Check out #[a(href='/ng2-admin/articles/011-changing-color-scheme') our article], where we describe how you can create different look in just 2 minutes!
div.index-block.black
div.wrap

View file

@ -17,6 +17,7 @@
"@angular/router-deprecated": "2.0.0-rc.1",
"amcharts3": "github:amcharts/amcharts3",
"ammap3": "github:amcharts/ammap3",
"animate.css": "^3.5.1",
"bootstrap": "^4.0.0-alpha.2",
"bootstrap-loader": "^1.0.8",
"chart.js": "^1.1.1",

View file

@ -1,4 +1,4 @@
<div baCardBlur class="card {{cardType}} {{baCardClass || ''}}" zoom-in>
<div baCardBlur class="animated fadeIn card {{cardType}} {{baCardClass || ''}}" zoom-in>
<div *ngIf="title" class="card-header clearfix">
<h3 class="card-title">{{title}}</h3>
</div>

View file

@ -1,5 +1,6 @@
@import "sass/conf/conf";
@import "sass/bootstrap-overrides/overrides";
@import "~animate.css/animate";
@import "sass/typography";
@import "sass/buttons";
@import "sass/icons";