summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.less
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2020-02-26 16:38:32 +0800
committerseshukm <seshu.kumar.m@huawei.com>2020-02-26 16:38:32 +0800
commita6b444ddefcb8c6106dd371b7c9a9ee986d102ae (patch)
treeeb7757a945e28d7e1a6eac268d6bdb94e3c7fca1 /usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.less
parent8a0e999b11d04d600cdf0414c7d644bacef8c5e1 (diff)
fix the issue with the alignment in the order service, added the SOTN table for UNI
Issue-ID: USECASEUI-387 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ibe9b54ab3fce8892e5c9dd7c2467d578e9f8ef5c
Diffstat (limited to 'usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.less')
-rw-r--r--usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.less21
1 files changed, 21 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.less b/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.less
index 5ac5c07d..9ed34a53 100644
--- a/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.less
+++ b/usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.less
@@ -57,3 +57,24 @@ nz-table
color: var(--on-primary);
}
+.tableStyle {
+ width: 92%;
+ margin-left: 4%;
+ margin-right: 4%;
+ margin-top: 2%;
+ border: 2px solid lightgray;
+
+ tr {
+ th {
+ color: white;
+ background: lightgray;
+ // text-align: center;
+ // margin: 5px;
+ padding: 12px 8px;
+ }
+ td {
+ // border: 1px solid lightgray;
+ padding: 12px 8px;
+ }
+ }
+} \ No newline at end of file