bcac3a0e16b6cefd1b45bae9ad4507ccb0e1eb32
[portal/ric-dashboard.git] / webapp-frontend / src / app / anr-xapp / anr-xapp.component.scss
1 /*-
2  * ========================LICENSE_START=================================
3  * O-RAN-SC
4  * %%
5  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
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  .anr__section {
21     position: relative;
22     top: -50px;
23 }
24
25 .anr__header {
26     text-align: center;
27     color: #432c85;
28     font-size: 50px;
29     font-weight: 200;
30     letter-spacing: .1em;
31     transform: translate(149 56);
32 }
33
34 .spinner-container {
35     height: 360px;
36     width: 390px;
37     position: fixed;
38 }
39
40 .spinner-container mat-spinner {
41     margin: 130px auto 0 auto;
42 }
43
44 .ncr-table {
45     width: 99%; /* 100 looks wrong */
46     min-height: 150px;
47     margin-top: 10px;
48     background-color:transparent;
49 }
50
51 .ncr-table__bg-dark {
52     color: white;
53 }
54
55 .input-pad-left {
56     padding-left: 10px;
57 }
58
59 .input-pad-right {
60     padding-right: 10px;
61 }
62
63 .version__text {
64     color: gray;
65     letter-spacing: 0.1rem;
66     font-size: 10px;
67 }