]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Use Bootstrap CSS 21780/head
authorVolker Theile <vtheile@suse.com>
Wed, 2 May 2018 13:51:11 +0000 (15:51 +0200)
committerVolker Theile <vtheile@suse.com>
Wed, 2 May 2018 13:51:11 +0000 (15:51 +0200)
Replace custom CSS class by Bootstrap.

Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/components/error-panel/error-panel.component.html
src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss

index 7a0e66a4102eeaadb3bf1b2efd418c3292095672..f0339b1e032849a8b32eb23703c30fe04aa44fe0 100644 (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>
index 1f9a72fa6c43476ca85d68b99e5386295b3ef159..337f8ba4f46600e0f1eda7d07a94d487357373c7 100755 (executable)
@@ -148,14 +148,6 @@ option {
   color: #474544;
 }
 
-/* Icons */
-.icon-warning {
-  color: #f0ad4e;
-}
-.icon-danger {
-  color: #c9302c;
-}
-
 /* Buttons */
 .btn-openattic {
   color: #ececec;