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