aa2bbe1f28d2bc6c700278221a1d85a006d2d2a4
[portal/ric-dashboard.git] / dashboard / webapp-frontend / src / app / stats / stats.component.scss
1 /*-
2  * ========================LICENSE_START=================================
3  * O-RAN-SC
4  * %%
5  * Copyright (C) 2019 AT&T Intellectual Property
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  .stats__section {
21 }
22
23 .stats-table {
24   width: 100%;
25   min-height: 150px;
26   margin-top: 10px;
27   background-color:transparent;
28 }
29
30 .spinner-container mat-spinner {
31   margin: 130px auto 0 auto;
32 }
33
34 .bar-chart-card {
35     height: 100%;
36     width: 100%;
37     max-width: 400px;
38     margin-left: 1%
39 }
40
41 .mat-slider {
42   width: 300px;
43 }
44
45 .mat-grid-tile {
46   background: transparent;
47 }
48
49 iframe {
50   width: 500px;
51   height: 420px;
52   border: 1px solid black;
53 }
54
55 .display-none {
56   display: none;
57 }
58
59 .mat-column-editmetricUrl {
60   white-space: unset ;
61   max-width: 18% ;
62 }
63
64 .mat-column-appName {
65   white-space: unset ;
66   max-width: 28% ;
67 }
68