blob: 358dc04ce11289420fac6ea1bfa067ae84bce7f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.node-header-queue
{
-unity-font-style: italic;
color: grey;
-unity-text-align: middle-right;
flex-grow: 1;
margin-right: 6px;
}
.node-header-id
{
font-size: 8px;
-unity-font-style: italic;
align-self: center;
margin-left: 2px;
}
|