mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
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:
commit
fe39775832
@ -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>
|
||||
|
@ -148,14 +148,6 @@ option {
|
||||
color: #474544;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
.icon-warning {
|
||||
color: #f0ad4e;
|
||||
}
|
||||
.icon-danger {
|
||||
color: #c9302c;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
.btn-openattic {
|
||||
color: #ececec;
|
||||
|
Loading…
Reference in New Issue
Block a user