955ca3123166f63b7ec26ff5d7c8940e04014225
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-coordinator.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 .spinner-container {
22   height: 100px;
23   width: 100px;
24 }
25
26 .spinner-container mat-spinner {
27   margin: 0 auto 0 auto;
28 }
29
30 .ei-coordinator-table {
31   width: 100%;
32   min-height: 150px;
33   margin-top: 10px;
34   margin-bottom: 10px;
35   background-color: transparent;
36 }
37
38 .table-dark {
39   background-color: #2d2d3d;
40 }
41
42 .display-none {
43   display: none;
44 }
45
46 .refresh-button {
47   display: flex;
48   justify-content: space-between;
49   flex-wrap: wrap;
50 }
51
52 .table-container {
53   margin-top: 10px;
54   max-height: 300px;
55   overflow: auto;
56 }
57
58 .filter-form {
59   width: 200px;
60 }
61
62 .mat-form-field {
63   font-size: 14px;
64   width: 100%;
65 }