diff options
author | Tao Shen <shentao@chinamobile.com> | 2018-10-31 13:16:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-31 13:16:11 +0000 |
commit | 8fac2e995ed53752cdc619b18ae6aa0a7fb6d8b2 (patch) | |
tree | 755227e34e02911751aeaa3a1abb12b425a1057b /usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css | |
parent | fa6ed0abe231d153acc5011bd2951b310671b4ac (diff) | |
parent | 59295b692390ae3b1a0b2a9b4aee41c7d3215db3 (diff) |
Merge "Fix instance detail for CCVPN"
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.css | 18 |
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 |