Add completes-group project-design styling and action offset diagram color coding explanations to the manual
This commit is contained in:
@@ -5,3 +5,21 @@
|
||||
.ui.sticky.fixed.top
|
||||
// allow space for top navigation
|
||||
padding-top: 50px
|
||||
|
||||
// colors grabbed from app/components/project/workflow-action-offsets-graph.coffee
|
||||
.offset-diagram-colors-explanation
|
||||
.rooted-action .icon
|
||||
color: #b9e0ff
|
||||
.critical-path .icon
|
||||
color: #ccfff2
|
||||
.non-critical-path .icon
|
||||
color: #ffe1b8
|
||||
.unresolved-path-action .icon
|
||||
color: #c2f9c0
|
||||
.attached-action .icon
|
||||
color: #dddddd
|
||||
.constraint-action .icon
|
||||
color: #ffcc7d
|
||||
.info-action .icon
|
||||
color: #f7f7f7
|
||||
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
color: #222
|
||||
&.is-editing
|
||||
background-color: #FEF9E7
|
||||
|
||||
&.completes-group
|
||||
background-color: #eee
|
||||
font-weight: bold
|
||||
// Done is a dynosaur from the PMBC era
|
||||
&.done
|
||||
text-decoration: line-through
|
||||
color: #aaa
|
||||
|
||||
Reference in New Issue
Block a user