From 4236bc86a3d9b57585ff9aff6131eac4e0975bb8 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Wed, 2 May 2018 15:51:11 +0200 Subject: [PATCH] mgr/dashboard: Use Bootstrap CSS Replace custom CSS class by Bootstrap. Signed-off-by: Volker Theile --- .../components/error-panel/error-panel.component.html | 2 +- .../mgr/dashboard/frontend/src/openattic-theme.scss | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) 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 7a0e66a4102ee..f0339b1e03284 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 1f9a72fa6c434..337f8ba4f4660 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; -- 2.39.5