Merge pull request #21780 from votdev/use_bootstrap_css

mgr/dashboard: Use Bootstrap CSS

Reviewed-by: Ricardo Marques <rimarques@suse.com>
This commit is contained in:
Lenz Grimmer 2018-05-03 16:01:37 +02:00 committed by GitHub
commit fe39775832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View File

@ -1,6 +1,6 @@
<alert type="danger">
<strong>
<i class="fa fa-exclamation-triangle fa-fw icon-danger"
<i class="fa fa-exclamation-triangle fa-fw alert-danger"
aria-hidden="true"></i> {{ title }}
</strong>
<ng-content></ng-content>

View File

@ -148,14 +148,6 @@ option {
color: #474544;
}
/* Icons */
.icon-warning {
color: #f0ad4e;
}
.icon-danger {
color: #c9302c;
}
/* Buttons */
.btn-openattic {
color: #ececec;