diff options
Diffstat (limited to 'usecaseui-portal/src/app/views/services')
-rw-r--r-- | usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less | 40 |
1 files changed, 7 insertions, 33 deletions
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; - } } } } |