2 * ============LICENSE_START=======================================================
\r
4 * ================================================================================
\r
5 * Copyright 2019 TechMahindra
\r
6 *=================================================================================
\r
7 * Licensed under the Apache License, Version 2.0 (the "License");
\r
8 * you may not use this file except in compliance with the License.
\r
9 * You may obtain a copy of the License at
\r
11 * http://www.apache.org/licenses/LICENSE-2.0
\r
13 * Unless required by applicable law or agreed to in writing, software
\r
14 * distributed under the License is distributed on an "AS IS" BASIS,
\r
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
\r
16 * See the License for the specific language governing permissions and
\r
17 * limitations under the License.
\r
18 * ============LICENSE_END=========================================================
\r
20 .sources-container {
\r
23 margin: 0 25px 25px 0;
\r
24 display: inline-block;
\r
25 vertical-align: top;
\r
26 border-bottom: solid 1px #ccc;
\r
32 margin: 0 25px 25px 0;
\r
33 display: inline-block;
\r
34 vertical-align: top;
\r
37 border: solid 1px #ccc;
\r
44 border-bottom: solid 1px #ccc;
\r
54 //border-bottom: solid 1px #ccc;
\r
55 color: rgba(0, 0, 0, 0.87);
\r
57 flex-direction: row;
\r
58 align-items: center;
\r
59 justify-content: space-between;
\r
60 box-sizing: border-box;
\r
68 border: solid 1px #ccc;
\r
71 flex-direction: row;
\r
72 align-items: center;
\r
73 justify-content: space-between;
\r
74 box-sizing: border-box;
\r
84 box-sizing: border-box;
\r
86 box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
\r
87 0 8px 10px 1px rgba(0, 0, 0, 0.14),
\r
88 0 3px 14px 2px rgba(0, 0, 0, 0.12);
\r
91 .cdk-drag-placeholder {
\r
95 .cdk-drag-animating {
\r
96 transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
\r
99 .sources-box:last-child {
\r
103 .options-list.cdk-drop-list-dragging .options-box:not(.cdk-drag-placeholder) {
\r
104 transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
\r
107 border: solid 0.5px #ededed;
\r
109 border-radius: 4px;
\r
116 background:#3f51b5;
\r
118 position: absolute;
\r
119 border-radius: 1em;
\r