feat(demo): changed diagram to image

feat(demo): improved styles
This commit is contained in:
Sergey Filinsky 2020-09-22 17:18:47 +03:00
parent cdd42c9d7c
commit 268e5cfb1b
9 changed files with 40 additions and 178 deletions

View file

@ -3,9 +3,9 @@ import {Component, Input} from '@angular/core';
@Component({
selector: 'ngx-integration-description',
template: `
<div class="header"> For why do you need a backend admin dashboard?</div>
<div class="subheader"> To save up to 300 hours on development. To use backend as ready to use examples. </div>
<div class="header2"> Features </div>
<div class="h6"> For why do you need a backend admin dashboard?</div>
<div class="subtitle"> To save up to 300 hours on development. To use backend as ready to use examples. </div>
<div class="h6"> Features </div>
<ul class="features-list">
<li *ngFor="let feature of features"
class="feature"