Drop Nokia from file header copyright line, part 2
[portal/ric-dashboard.git] / webapp-frontend / src / app / caas-ingress / caas-ingress.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
21  .caas-ingress__section {
22 }
23
24 .caas-ingress__header {
25     text-align: center;
26     color: #432c85;
27     font-size: 50px;
28     font-weight: 200;
29     letter-spacing: .1em;
30     transform: translate(149 56);
31 }
32
33 .spinner-container {
34   height: 100px;
35   width: 100px;
36 }
37
38 .spinner-container mat-spinner {
39   margin: 130px auto 0 auto;
40 }
41
42 .caas-ingress-table {
43   width: 100%;
44   min-height: 150px;
45   margin-top: 10px;
46   background-color: transparent;
47 }
48
49 .display-none {
50   display: none;
51 }
52
53 /* column classes are magically defined by Angular */
54 .mat-column-namespace {
55   max-width: 125px;
56 }
57 .mat-column-ip {
58   max-width: 75px;
59 }
60 .mat-column-status {
61   max-width: 75px;
62 }
63 .mat-column-containers {
64   max-width: 75px;
65 }
66 .mat-column-restartCount {
67   max-width: 75px;
68 }