5189f551240fe4ec35f447f294aad9b2c4741d65
[sdc/sdc-workflow-designer.git] /
1 /**
2  * Copyright (c) 2017 ZTE Corporation.
3  * All rights reserved. This program and the accompanying materials
4  * are made available under the terms of the Eclipse Public License v1.0
5  * and the Apache License 2.0 which both accompany this distribution,
6  * and are available at http://www.eclipse.org/legal/epl-v10.html
7  * and http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Contributors:
10  *     ZTE - initial API and implementation and/or initial documentation
11  */
12
13 .wm-properties-wrapper {
14     background-color: white;
15     position: fixed;
16     width: 500px;
17     height: 100%;
18     border-left: 1px solid #00aaff;
19     z-index: 2000;
20     right: 0;
21     top: 0;
22     bottom: 0;
23     padding-left: 20px;
24     margin-bottom: 0;
25     padding-right: 20px;
26     padding-top: 40px;
27     -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
28     box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
29     border-radius: 0;
30     overflow: auto;
31 }
32
33 .plx-btn{
34     float: right;
35     margin-right: 0;
36 }