From: cyuamber Date: Fri, 27 Sep 2019 03:26:17 +0000 (+0800) Subject: style: optimize the style of the onboard page X-Git-Tag: 2.0.2~179^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=21c649fbbaaf8935e313e1bf8be5918a492e0986;p=usecase-ui.git style: optimize the style of the onboard page Change-Id: I7370bc4638ff6fe74946fe7fcf3436ff1e6b2fbe Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- diff --git a/usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less b/usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less index 00bbc632..77c25364 100644 --- a/usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less +++ b/usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less @@ -123,6 +123,13 @@ hr { } :nth-child(4){ width: 5%; + height:100%; + .success{ + color:#7BC7F3!important; + } + .fail{ + color:#fb5c5c!important; + } } .color { color:rgba(66,84,143,1); @@ -133,13 +140,6 @@ hr { color:rgba(66,84,143,0.7); } } - .success{ - color:#7BC7F3!important; - } - .fail{ - color:#fb5c5c!important; - } - } } @@ -158,32 +158,9 @@ hr { z-index: 1049; } } - - - nz-table { tbody { td { - span.onboarding { - font-size: 12px; - color: #147dc2; - } - span.onboarded { - font-size: 14px; - color: #147dc2; - } - span.updating { - font-size: 12px; - color: blue; - } - span.deleting { - font-size: 12px; - color: red; - } - span.invalid { - font-size: 14px; - color: purple; - } i.anticon { cursor: pointer; font-size: 18px; @@ -197,9 +174,6 @@ hr { color: #aaa; opacity: 0.6; } - .fileIcon{ - display: none; - } } } }