[AAI] Remove Robby Maharajh & Harish Kajur as committers
[aai/sparky-fe.git] / resources / scss / customQuery / _customQuery.scss
1 /*
2  * ============LICENSE_START=======================================================
3  * org.onap.aai
4  * ================================================================================
5  * Copyright © 2017-2021 AT&T Intellectual Property. All rights reserved.
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 .addPadding {
22   margin-right: 50px;
23   margin-left: 50px;
24   margin-top: 20px;
25 }
26 .addPaddingTop {
27   margin-top: 20px;
28 }
29 .addPaddingSide {
30   margin-left: 20px;
31 }
32 .addPaddingLeft {
33   margin-left: 5px;
34 }
35 .my-4 {
36   margin-top: 1.5rem !important;
37 }
38 .display-2 {
39   font-size: 5.5rem;
40   font-weight: 300;
41   line-height: 1.2;
42 }
43 .lead {
44   color: #191919;
45   font-family: 'Omnes-Regular';
46   font-size: 2.4rem;
47   line-height: 2.8rem;
48   margin-top: 10px;
49   letter-spacing: -0.024rem;
50 }
51 .jumbotron {
52   padding: 2rem 1rem;
53   margin-bottom: 2rem;
54   background-color: #e9ecef;
55   border-radius: 0.3rem;
56 }
57 .cardwrap {
58   //word-wrap: break-word;
59   //overflow-wrap: break-word;
60   //word-break: break-all;
61   -ms-word-wrap: break-word;
62   word-wrap: break-word;
63 }
64 .dropdown-menu {
65   display: flow;
66   min-width: 360px;
67 }
68 .hidden {
69   display:none;
70 }
71 .show{
72   display:block;
73 }
74 .invalid {
75   border: 1px solid red;
76   background-color: #FDA49A;
77   color: white;
78 }
79 .cardWrapHeaderTxt {
80   font-weight: bold;
81   font-style: italic;
82   text-align: center;
83   color: blue;
84 }