2 * ============LICENSE_START=======================================================
\r
4 * ================================================================================
\r
5 * Copyright 2019 TechMahindra
\r
7 * Modifications Copyright (C) 2019 IBM
\r
8 *=================================================================================
\r
9 * Licensed under the Apache License, Version 2.0 (the "License");
\r
10 * you may not use this file except in compliance with the License.
\r
11 * You may obtain a copy of the License at
\r
13 * http://www.apache.org/licenses/LICENSE-2.0
\r
15 * Unless required by applicable law or agreed to in writing, software
\r
16 * distributed under the License is distributed on an "AS IS" BASIS,
\r
17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
\r
18 * See the License for the specific language governing permissions and
\r
19 * limitations under the License.
\r
20 * ============LICENSE_END=========================================================
\r
22 .sources-container {
\r
25 margin: 0 25px 25px 0;
\r
26 display: inline-block;
\r
27 vertical-align: top;
\r
28 border-bottom: solid 1px #ccc;
\r
34 margin: 0 25px 25px 0;
\r
35 display: inline-block;
\r
36 vertical-align: top;
\r
39 border: solid 1px #ccc;
\r
46 border-bottom: solid 1px #ccc;
\r
56 //border-bottom: solid 1px #ccc;
\r
57 color: rgba(0, 0, 0, 0.87);
\r
59 flex-direction: row;
\r
60 align-items: center;
\r
61 justify-content: space-between;
\r
62 box-sizing: border-box;
\r
70 border: solid 1px #ccc;
\r
73 flex-direction: row;
\r
74 align-items: center;
\r
75 justify-content: space-between;
\r
76 box-sizing: border-box;
\r
86 box-sizing: border-box;
\r
88 box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
\r
89 0 8px 10px 1px rgba(0, 0, 0, 0.14),
\r
90 0 3px 14px 2px rgba(0, 0, 0, 0.12);
\r
93 .cdk-drag-placeholder {
\r
97 .cdk-drag-animating {
\r
98 transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
\r
101 .sources-box:last-child {
\r
105 .options-list.cdk-drop-list-dragging .options-box:not(.cdk-drag-placeholder) {
\r
106 transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
\r
109 border: solid 0.5px #ededed;
\r
111 border-radius: 4px;
\r
118 background:#3f51b5;
\r
120 position: absolute;
\r
121 border-radius: 1em;
\r