7ecfff1df97ee4fab2b6d8dc9132279b645d9135
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / policy / policy-instance-dialog / policy-instance-dialog.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
22 .logo__text {
23     fill: #2B244D;
24 }
25
26 .logo__text-dark {
27     fill: #ffffff;
28 }
29
30 .text__dark {
31     color: white;
32 }
33
34 .header {
35     background: linear-gradient(to bottom, white 0%, grayscale($color: #eeeaea) 100%);
36     font-size: 40px;
37     margin-top: 10px;
38     margin-bottom: 10px;
39     margin-left: 2px;
40     margin-right: 2px;
41 }
42
43 .header-dark {
44     background: #2B244D;
45 }
46
47 .logo {
48     margin-left: 10px;
49 }
50
51 .logo__icon {
52     height: 2rem;
53     margin-left: 1rem;
54 }
55
56 .submitBtn {
57     background-color: #4CAF50;
58     /* Green */
59     margin-right: 10px;
60 }
61
62 .card {
63     height: 100%;
64     width: 100%;
65     margin-left: 2px;
66     margin-right: 2px;
67     background-color: grayscale($color: #eeeaea);
68 }
69
70 .card-dark {
71     background-color: #1c1c24;
72 }