-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.css
83 lines (67 loc) · 1.04 KB
/
css.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
body {
width: 100%;
height: 100%;
overflow: hidden;
}
/* elements */
/*
.devs text {
text-transform: uppercase;
font-weight: 800;
}
.devs .body {
fill: #ffffff;
stroke: #31d0c6;
stroke-width: 6px;
}
.devs .label {
fill: #31d0c6;
font-size: 16px;
}
.devs .port-body {
stroke: #ffffff;
stroke-width: 3px;
fill: #7c68fc;
}
.devs .port-body:hover {
opacity: 1;
fill: #ff7e5d;
}
.devs .port-label {
fill: #7c68fc;
}
.devs.Atomic .body {
stroke: #feb663;
}
.devs.Atomic .label {
fill: #feb663;
}
*/
/* links */
/*
.link .connection {
stroke: #4B4F6A;
stroke-width: 4px;
}
.link .marker-arrowhead, .link .marker-vertex {
fill: #31D0C6;
}
.link .marker-arrowhead:hover {
fill: #F39C12;
}
.link-tools .tool-remove circle {
fill: #fe854f;
}
*/
/* highlighting */
/*
.devs.highlighted-parent .body {
stroke: #fe854f;
transition: stroke 1s;
}
.devs.highlighted-parent .label {
fill: #fe854f;
transition: fill 1s;
text-decoration: underline;
}
*/