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