PatrikBuhr | a2bc79c | 2019-10-29 13:39:00 +0100 | [diff] [blame] | 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 | |
PatrikBuhr | a2bc79c | 2019-10-29 13:39:00 +0100 | [diff] [blame] | 21 | |
| 22 | .logo__text { |
| 23 | fill: #2B244D; |
| 24 | } |
PatrikBuhr | dbb8eba | 2019-11-15 14:12:11 +0100 | [diff] [blame] | 25 | |
PatrikBuhr | a2bc79c | 2019-10-29 13:39:00 +0100 | [diff] [blame] | 26 | .logo__text-dark { |
| 27 | fill: #ffffff; |
| 28 | } |
| 29 | |
PatrikBuhr | dbb8eba | 2019-11-15 14:12:11 +0100 | [diff] [blame] | 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 | |
PatrikBuhr | a2bc79c | 2019-10-29 13:39:00 +0100 | [diff] [blame] | 51 | .logo__icon { |
| 52 | height: 2rem; |
| 53 | margin-left: 1rem; |
| 54 | } |
| 55 | |
| 56 | .submitBtn { |
PatrikBuhr | dbb8eba | 2019-11-15 14:12:11 +0100 | [diff] [blame] | 57 | background-color: #4CAF50; |
| 58 | /* Green */ |
elinuxhenrik | b033eaf | 2020-02-03 16:02:21 +0100 | [diff] [blame^] | 59 | margin-right: 10px; |
PatrikBuhr | a2bc79c | 2019-10-29 13:39:00 +0100 | [diff] [blame] | 60 | } |
| 61 | |
| 62 | .card { |
| 63 | height: 100%; |
PatrikBuhr | dbb8eba | 2019-11-15 14:12:11 +0100 | [diff] [blame] | 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; |
PatrikBuhr | a2bc79c | 2019-10-29 13:39:00 +0100 | [diff] [blame] | 72 | } |