6b0d543685d347897552b904946b134496f60771
[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 .toolbar-head {
13     color: #404040;
14     font-size: 14px;
15 }
16
17 .toolbar-head:hover {
18     cursor: pointer;
19 }
20
21 .fold-icon {
22     width: 15px;
23     font-size: 8px;
24     color: #00abff;
25 }
26
27 .item {
28     width: 50px;
29     height: 50px;
30     text-align: center;
31     float: left;
32     margin-left: 6px;
33     margin-bottom: 10px;
34 }
35
36 .item:hover {
37     cursor: pointer;
38 }
39
40 .item svg {
41     width: 24px;
42     height: 24px;
43     margin: 4px 13px;
44     display: block;
45     /* fill: #A9B2BA; */
46     fill: #00ABFF;
47 }
48
49 .item img {
50     width: 24px;
51     height: 24px;
52     margin: 4px 13px;
53     display: block;
54 }
55
56 .item span {
57     font-size: 12px;
58     color: #595959;
59     display: block;
60 }
61
62 .getway {
63     padding-top: 5px;
64 }
65
66 .getway div {
67     width: 30px !important;
68     height: 30px !important;
69 }