From 493c3839fb6807512218165fd8a3a6efe1933fb9 Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 15 Jul 2019 17:26:18 +0200 Subject: SVG Rendering SVG rendering draft for Config and operational policies management + call to back-end Issue-ID: CLAMP-422 Change-Id: Ia3ca4223e283d0cd56d98fb1871fd3b2880940ec Signed-off-by: sebdet --- ui-react/src/theme/globalStyle.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ui-react/src/theme') diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js index df912629..1630c507 100644 --- a/ui-react/src/theme/globalStyle.js +++ b/ui-react/src/theme/globalStyle.js @@ -58,6 +58,14 @@ export const GlobalClampStyle = createGlobalStyle` color: ${props => props.theme.fontNormal}; background-color: ${props => (props.theme.backgroundColor)}; } + + svg { + padding: 10px; + overflow: hidden; + background-color: ${props => (props.theme.loopViewerBackgroundColor)}; + width: 100%; + height: 100%; + } ` export const DefaultClampTheme = { -- cgit 1.2.3-korg