summaryrefslogtreecommitdiffstats
path: root/ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-07-15 17:26:18 +0200
committersebdet <sebastien.determe@intl.att.com>2019-07-16 23:23:58 +0200
commit493c3839fb6807512218165fd8a3a6efe1933fb9 (patch)
treed5b71a3a1fc554270ae6b4ec138058fb378a732d /ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css
parent8bd462f6dc4a714b1680cb11f525c05445d3da33 (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/components/loop_viewer/status/ClosedLoopStatus.css')
-rw-r--r--ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css19
1 files changed, 0 insertions, 19 deletions
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