Fix producers and jobs don't appear on interface
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / policy-control / policy-instance.component.scss
1 /*-
2  * ========================LICENSE_START=================================
3  * O-RAN-SC
4  * %%
5  * Copyright (C) 2019 Nordix Foundation
6  * %%
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  *
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ========================LICENSE_END===================================
19  */
20
21 :host{
22   min-width: 100%;
23 }
24
25 .instances-table {
26   width: 100%;
27   margin-top: 10px;
28   margin-bottom: 10px;
29   background-color: grayscale($color: #eeeaea);
30 }
31
32 .mat-column-instanceId {
33   word-wrap: break-word;
34   white-space: unset;
35   flex: 0 0 28%;
36   width: 28%;
37 }
38
39
40 .table-dark {
41   background-color: #2d2d3d;
42 }
43
44 .action-cell {
45   display: flex;
46   padding-left: 2px;
47 }
48
49 .display-none {
50   display: none;
51 }
52
53 .spinner-container mat-spinner {
54   margin: 0 auto 0 auto;
55 }