summaryrefslogtreecommitdiff
path: root/demos/constraint-editor/constraint-editor.css
blob: c9538bf2683891a166d94d24632fcff49fe7a897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
constraintview {
  background: black;
  color: white;
}

constraintview .child {
  background: red;
}

constraintview .guide {
  background: blue;
}