blob: 7ecfff1df97ee4fab2b6d8dc9132279b645d9135 [file] [log] [blame]
PatrikBuhra2bc79c2019-10-29 13:39:00 +01001/*-
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
PatrikBuhra2bc79c2019-10-29 13:39:00 +010021
22.logo__text {
23 fill: #2B244D;
24}
PatrikBuhrdbb8eba2019-11-15 14:12:11 +010025
PatrikBuhra2bc79c2019-10-29 13:39:00 +010026.logo__text-dark {
27 fill: #ffffff;
28}
29
PatrikBuhrdbb8eba2019-11-15 14:12:11 +010030.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
PatrikBuhra2bc79c2019-10-29 13:39:00 +010051.logo__icon {
52 height: 2rem;
53 margin-left: 1rem;
54}
55
56.submitBtn {
PatrikBuhrdbb8eba2019-11-15 14:12:11 +010057 background-color: #4CAF50;
58 /* Green */
elinuxhenrikb033eaf2020-02-03 16:02:21 +010059 margin-right: 10px;
PatrikBuhra2bc79c2019-10-29 13:39:00 +010060}
61
62.card {
63 height: 100%;
PatrikBuhrdbb8eba2019-11-15 14:12:11 +010064 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;
PatrikBuhra2bc79c2019-10-29 13:39:00 +010072}