refactor(alert): remove old status examples

This commit is contained in:
Sergey Andrievskiy 2019-06-20 13:03:52 +03:00
parent 966367d0c2
commit 9bb86a547b

View file

@ -3,13 +3,11 @@
<nb-card> <nb-card>
<nb-card-header>Colored Alert</nb-card-header> <nb-card-header>Colored Alert</nb-card-header>
<nb-card-body> <nb-card-body>
<nb-alert status="success">You have been successfully authenticated!</nb-alert>
<nb-alert status="danger">You have been successfully authenticated!</nb-alert>
<nb-alert status="primary">You have been successfully authenticated!</nb-alert> <nb-alert status="primary">You have been successfully authenticated!</nb-alert>
<nb-alert status="success">You have been successfully authenticated!</nb-alert>
<nb-alert status="info">You have been successfully authenticated!</nb-alert> <nb-alert status="info">You have been successfully authenticated!</nb-alert>
<nb-alert status="warning">You have been successfully authenticated!</nb-alert> <nb-alert status="warning">You have been successfully authenticated!</nb-alert>
<nb-alert status="active">You have been successfully authenticated!</nb-alert> <nb-alert status="danger">You have been successfully authenticated!</nb-alert>
<nb-alert status="disabled">You have been successfully authenticated!</nb-alert>
</nb-card-body> </nb-card-body>
</nb-card> </nb-card>
</div> </div>
@ -18,13 +16,11 @@
<nb-card> <nb-card>
<nb-card-header>Outline Alert</nb-card-header> <nb-card-header>Outline Alert</nb-card-header>
<nb-card-body> <nb-card-body>
<nb-alert outline="success">You have been successfully authenticated!</nb-alert>
<nb-alert outline="danger">You have been successfully authenticated!</nb-alert>
<nb-alert outline="primary">You have been successfully authenticated!</nb-alert> <nb-alert outline="primary">You have been successfully authenticated!</nb-alert>
<nb-alert outline="success">You have been successfully authenticated!</nb-alert>
<nb-alert outline="info">You have been successfully authenticated!</nb-alert> <nb-alert outline="info">You have been successfully authenticated!</nb-alert>
<nb-alert outline="warning">You have been successfully authenticated!</nb-alert> <nb-alert outline="warning">You have been successfully authenticated!</nb-alert>
<nb-alert outline="active">You have been successfully authenticated!</nb-alert> <nb-alert outline="danger">You have been successfully authenticated!</nb-alert>
<nb-alert outline="disabled">You have been successfully authenticated!</nb-alert>
</nb-card-body> </nb-card-body>
</nb-card> </nb-card>
</div> </div>
@ -33,13 +29,11 @@
<nb-card> <nb-card>
<nb-card-header>Accent Alert</nb-card-header> <nb-card-header>Accent Alert</nb-card-header>
<nb-card-body> <nb-card-body>
<nb-alert status="success" accent="danger">You have been successfully authenticated!</nb-alert>
<nb-alert status="danger" accent="primary">You have been successfully authenticated!</nb-alert>
<nb-alert status="primary" accent="info">You have been successfully authenticated!</nb-alert> <nb-alert status="primary" accent="info">You have been successfully authenticated!</nb-alert>
<nb-alert status="success" accent="danger">You have been successfully authenticated!</nb-alert>
<nb-alert status="info" accent="warning">You have been successfully authenticated!</nb-alert> <nb-alert status="info" accent="warning">You have been successfully authenticated!</nb-alert>
<nb-alert status="warning" accent="danger">You have been successfully authenticated!</nb-alert> <nb-alert status="warning" accent="danger">You have been successfully authenticated!</nb-alert>
<nb-alert status="active" accent="disabled">You have been successfully authenticated!</nb-alert> <nb-alert status="danger" accent="primary">You have been successfully authenticated!</nb-alert>
<nb-alert status="disabled" accent="success">You have been successfully authenticated!</nb-alert>
</nb-card-body> </nb-card-body>
</nb-card> </nb-card>
</div> </div>