forked from 0xABAD/behavior_tree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (54 loc) · 962 Bytes
/
style.css
File metadata and controls
66 lines (54 loc) · 962 Bytes
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
.mdl-layout__drawer.is-visible {
width: 400px;
}
.mdl-layout__header .mdl-layout__drawer-button i {
color: #FDB812;
}
.mdl-navigation__link {
padding-left: 30px !important;
padding-right: 20px !important;
}
.tree-action {
display: flex !important;
align-items: center;
justify-content: space-between;
}
.mdl-button--fab.tree-action--mini-fab {
height: 30px;
width: 30px;
min-width: 30px;
font-size: 20px;
margin: 0px 4px;
}
.tree-help-button {
margin-right: 12px;
}
.tree-action--success {
background: #4FC04F;
}
.tree-action--failure {
background: #F59A9A;
}
.tree-action--running {
background: #59ABF0;
}
.tree-error__text {
color: red;
font-size: 24px;
}
.tree-error__container {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.tree-help {
position: absolute;
z-index: 100;
margin-top: 20px;
right: 50px;
}
.tree-help__action {
font-weight: bold;
}