summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css')
-rw-r--r--usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css
index 710bd104..02c3d4c6 100644
--- a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css
+++ b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css
@@ -135,4 +135,22 @@ hr {
background-color: #aaa;
border-radius: 5px;
box-shadow: 0px 0px 20px #000;
+}
+#togo{
+ width: 600px;
+ height:400px;
+ border:1px solid #ccc;
+ user-select: none;
+}
+#togo text{
+ font-size:10px;
+ fill:#1A2C3F;
+ text-anchor: middle;
+}
+
+#togo .link{
+ stroke:#FFC000;
+}
+#togo .node-title{
+ font-size: 14px;
} \ No newline at end of file