From 21c649fbbaaf8935e313e1bf8be5918a492e0986 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Fri, 27 Sep 2019 11:26:17 +0800 Subject: style: optimize the style of the onboard page Change-Id: I7370bc4638ff6fe74946fe7fcf3436ff1e6b2fbe Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- .../onboard-vnf-vm/onboard-vnf-vm.component.less | 40 ++++------------------ 1 file changed, 7 insertions(+), 33 deletions(-) (limited to 'usecaseui-portal/src') 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; - } } } } -- cgit 1.2.3-korg