summaryrefslogtreecommitdiffstats
path: root/app/styles
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2018-12-19 20:57:42 -0800
committerEd Tanous <ed.tanous@intel.com>2018-12-21 20:25:50 +0000
commit86caba11821c4454e1949629ad3ad11d0326db6e (patch)
treee4313ae332682899b1ec8d8b91e8d841cc78ea9e /app/styles
parentfdb701d3f325748b98f5a8cd6946a11795635eca (diff)
downloadphosphor-webui-86caba11821c4454e1949629ad3ad11d0326db6e.tar.gz
phosphor-webui-86caba11821c4454e1949629ad3ad11d0326db6e.zip
webui: Fix redfish to use proper styles
Redfish was using inline style tags, which is conflicting with our desire to disable inline styles. This moves the redfish styles to an appropriate SCSS file. Tested by: Launched redfish GUI, and observed no style differences Change-Id: Ifb96730f0d6a34700f8c05666b6963a77d511911 Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'app/styles')
-rw-r--r--app/styles/index.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/styles/index.scss b/app/styles/index.scss
index b324c86..b59ed44 100644
--- a/app/styles/index.scss
+++ b/app/styles/index.scss
@@ -7,3 +7,4 @@ $charset: "UTF-8";
@import "../server-health/styles/index.scss";
@import "../configuration/styles/index.scss";
@import "../users/styles/index.scss";
+@import "../redfish/styles/index.scss";
OpenPOWER on IntegriCloud