2 * ============LICENSE_START=======================================================
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
11 * http://www.apache.org/licenses/LICENSE-2.0
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=========================================================
23 border: solid 1px #D0DFF1 !important;
24 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
25 border-radius: 3px !important;
31 border-bottom: solid 1px #D7E7F9;
33 text-transform: uppercase;
42 background-color:#fff;
47 background: url(src/assets/img/icon-search-light.svg) 20px center no-repeat;
50 background-size: 4.5%;
53 border-bottom: solid 1px #E8F0FA;
57 .searchBox input::placeholder{
61 .searchBox input:focus{
62 background-color: #fff !important;
63 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
65 border-color: #DEE8F3;
83 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
88 .sourceOptionActions a{
94 .sourceOptionActions a:hover,
95 .deleteSource a:hover{
96 text-decoration: underline;
99 .sourceOptionActions .btn{
111 border-top: solid 1px #E8F0FA;
123 .sourceListItems .custom-control{
129 .mat-form-field + .mat-form-field {
132 mat-expansion-panel-header{
133 background-color:#E0E8F2;
143 margin-bottom: 10px !important;
172 justify-content: left;
173 box-sizing: border-box;
176 border-radius: 0px !important;
180 box-sizing: border-box;
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);
187 .cdk-drag-placeholder {
191 .cdk-drag-animating {
192 transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
195 .example-box:last-child {
199 .example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
200 transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
208 padding-left: 0 !important;
211 background: url(src/assets/img/icon-search.svg) center center no-repeat;
212 border: 0 !important;
222 background-color:#007bff;
224 border:solid 0.5px #ededed;