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 --- .../loop_viewer/status/ClosedLoopStatus.css | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css (limited to 'ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css') diff --git a/ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css b/ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css deleted file mode 100644 index 14add0f5..00000000 --- a/ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css +++ /dev/null @@ -1,19 +0,0 @@ - -.status_title{ - position: absolute; - left: 61%; - top: 151px; - font-size:20px; -} -.status{ - background-color: gray; - -moz-border-radius: 50px; - -webkit-border-radius: 50px; - border-radius: 50px; -} -.status_table { - position: absolute; - left: 61%; - top: 191px; - font-size:10px; -} \ No newline at end of file -- cgit 1.2.3-korg