diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-07-15 17:26:18 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-07-16 23:23:58 +0200 |
commit | 493c3839fb6807512218165fd8a3a6efe1933fb9 (patch) | |
tree | d5b71a3a1fc554270ae6b4ec138058fb378a732d /ui-react/src/theme/globalStyle.js | |
parent | 8bd462f6dc4a714b1680cb11f525c05445d3da33 (diff) |
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 <sebastien.determe@intl.att.com>
Diffstat (limited to 'ui-react/src/theme/globalStyle.js')
-rw-r--r-- | ui-react/src/theme/globalStyle.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js index df9126296..1630c5074 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 = { |