From: Volker Theile Date: Wed, 2 May 2018 13:51:11 +0000 (+0200) Subject: mgr/dashboard: Use Bootstrap CSS X-Git-Tag: v13.1.0~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F21780%2Fhead;p=ceph.git mgr/dashboard: Use Bootstrap CSS Replace custom CSS class by Bootstrap. Signed-off-by: Volker Theile --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/error-panel/error-panel.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/error-panel/error-panel.component.html index 7a0e66a4102..f0339b1e032 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/error-panel/error-panel.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/error-panel/error-panel.component.html @@ -1,6 +1,6 @@ - {{ title }} diff --git a/src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss b/src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss index 1f9a72fa6c4..337f8ba4f46 100755 --- a/src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss +++ b/src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss @@ -148,14 +148,6 @@ option { color: #474544; } -/* Icons */ -.icon-warning { - color: #f0ad4e; -} -.icon-danger { - color: #c9302c; -} - /* Buttons */ .btn-openattic { color: #ececec;