c55b6e4d9c3b10d38ade78656b6430824b4548b4
[ccsdk/cds.git] /
1 /*
2 * ============LICENSE_START=======================================================
3 * ONAP : CDS
4 * ================================================================================
5 * Copyright (C) 2020 TechMahindra
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 .sourceOptions,
21 .sourceList{
22   background: #F4F9FE;
23   border: solid 1px #D0DFF1 !important;
24   box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
25   border-radius: 3px !important;
26 }
27 .sourceOptions h5,
28 .sourceList h5{
29   margin-bottom: 0;
30   padding: 12px 20px;
31   border-bottom: solid 1px #D7E7F9;
32   color: #C3CDDB;
33   text-transform: uppercase;
34   font-size: 12px;
35   font-weight: bold;
36   background: #fff;
37 }
38 .searchBox{
39   position: relative;
40   width: 100%;
41   margin-left: 0;
42   background-color:#fff;
43   z-index: 9000;
44 }
45 .searchBox input{
46   width: 100%;
47   background: url(src/assets/img/icon-search-light.svg) 20px center no-repeat;
48   height: 40px;
49   padding: 0 0 0 40px;
50   background-size: 4.5%;
51   border-radius: 0;
52   border: 0;
53   border-bottom: solid 1px #E8F0FA;
54   color: #1B3E6F;
55   font-size: 13px;
56 }
57 .searchBox input::placeholder{
58   color: #C3CDDB;
59   font-size: 12px;
60 }
61 .searchBox input:focus{
62   background-color: #fff !important;
63   box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
64   text-shadow: none;
65   border-color: #DEE8F3;
66 }
67 .sourceOtionsScroll,
68 .sourceListScroll{
69   margin-bottom: 20px;
70   height: 400px;
71   max-height: 400px;
72   overflow-y: auto;
73 }
74 .sourceOtionsScroll{
75   height: 362px;
76   max-height: 362px;
77 }
78 .sourceOption{
79   margin: 12px 20px;
80   padding: 6px 20px;
81   background: #fff;
82   font-size: 14px;
83   box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
84 }
85 .sourceOptionActions{
86   margin-bottom: 20px;
87 }
88 .sourceOptionActions a{
89   margin-left: 20px;
90   color: #2A81ED;
91   font-weight: bold;
92   font-size: 12px;
93 }
94 .sourceOptionActions a:hover,
95 .deleteSource a:hover{
96   text-decoration: underline;
97   cursor: pointer;
98 }
99 .sourceOptionActions .btn{
100   background: #1273EB;
101   border-radius: 15px;
102   font-weight: bold;
103   font-size: 12px;
104   color: #fff;
105 }
106
107 .deleteSource{
108   margin: 20px 0 0;
109   padding: 9px 5px;
110   background: #fff;
111   border-top: solid 1px #E8F0FA;
112 }
113 .deleteSource a{
114   color: #FF6469;
115   font-weight: bold;
116   font-size: 12px;
117 }
118 .sourceListItems{
119   height: 410px;
120   max-height: 410px;
121   overflow-y: auto;
122 }
123 .sourceListItems .custom-control{
124   float: left;
125 }
126
127
128
129 .mat-form-field + .mat-form-field {
130   margin-left: 8px;
131 }
132 mat-expansion-panel-header{
133   background-color:#E0E8F2;
134 }
135 mat-panel-title{
136   color:#1B3E6F;
137 }
138 mat-expansion-panel{
139   border-radius: 0px;
140   border-left: none;
141 }
142 .example-list .card{
143   margin-bottom: 10px !important;
144 }
145 .expansion-panel{
146   border: none;
147   background: white;
148   border-radius: 0px;
149   overflow: hidden;
150   display: block;
151   width: 100%;
152   color:#1B3E6F;
153  }
154   
155   
156   
157   .example-list1 {
158     min-height: 12px;
159     border-radius: 0px;
160     overflow: hidden;
161     display: block;
162     margin: 5px;
163     overflow-y:hidden;
164     overflow-x:hidden;
165   }
166   
167   .example-box1 {
168     padding: 1px 1px;
169     display: flex;
170     flex-direction: row;
171     align-items: center;
172     justify-content: left;
173     box-sizing: border-box;
174     cursor: move;
175     font-size: 14px;
176     border-radius: 0px !important;
177   }
178   
179   .cdk-drag-preview {
180     box-sizing: border-box;
181     border-radius: 4px;
182     box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
183                 0 8px 10px 1px rgba(0, 0, 0, 0.14),
184                 0 3px 14px 2px rgba(0, 0, 0, 0.12);
185   }
186   
187   .cdk-drag-placeholder {
188     opacity: 0;
189   }
190   
191   .cdk-drag-animating {
192     transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
193   }
194   
195   .example-box:last-child {
196     border: none;
197   }
198   
199   .example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
200     transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
201   }
202   
203
204
205  
206 .searchButton1{
207   float: left;
208   padding-left: 0 !important;
209   height: 30px;
210   width:30px;
211   background: url(src/assets/img/icon-search.svg) center center no-repeat;
212   border: 0 !important;
213   margin-right:0px;
214 }
215 .action-button1{
216   margin-left:50px;
217   padding: 1px 6px;
218   box-shadow: none;
219   color:white;
220   font-size: 14px;
221   height: 25px;
222   background-color:#007bff;
223   border-radius:16px;
224   border:solid 0.5px #ededed;
225 }