X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Fpolicy-control%2Fpolicy-instance.component.scss;h=b6a29a4a7f756677b74bf16e2a74b1d320a2a48a;hb=268acb16ac1b127220fbfd1ecb8b34e940e19a4b;hp=5c1d7c39bf5ce699641282a39ef20430ce1bd7b8;hpb=3b1e23945b9426ad7aaacfc3794e15286d82c816;p=nonrtric.git diff --git a/dashboard/webapp-frontend/src/app/policy-control/policy-instance.component.scss b/dashboard/webapp-frontend/src/app/policy-control/policy-instance.component.scss index 5c1d7c39..b6a29a4a 100644 --- a/dashboard/webapp-frontend/src/app/policy-control/policy-instance.component.scss +++ b/dashboard/webapp-frontend/src/app/policy-control/policy-instance.component.scss @@ -19,17 +19,20 @@ */ .instances-table { - width: 60%; ; - min-height: 150px; + width: 60%; min-width: 600px; margin-top: 10px; margin-bottom: 10px; - background-color:rgb(233, 233, 240); + background-color: grayscale($color: #eeeaea); +} + +.table-dark { + background-color: #2d2d3d; } .action-cell { - display: flex; - justify-content: flex-end; + display: flex; + justify-content: flex-end; } .display-none {