mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat(styles): add fadeIn animation
This commit is contained in:
parent
d69937ad53
commit
e44109e380
4 changed files with 4 additions and 2 deletions
2
docs/templates/index.jade
vendored
2
docs/templates/index.jade
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue