Redesign taskboard summary
parent
77f6e98452
commit
160cf81f7b
|
@ -11,18 +11,12 @@ div.summary.large-summary
|
|||
li
|
||||
span.number(ng-bind="stats.completedPointsSum|default:'--'")
|
||||
span.description completed<br />points
|
||||
li
|
||||
span.number(ng-bind="stats.remainingPointsSum|default:'--'")
|
||||
span.description remaining<br />points
|
||||
|
||||
ul
|
||||
li
|
||||
span.icon.icon-bulk
|
||||
span.number(ng-bind="stats.total_tasks|default:'--'")
|
||||
span.description created<br />tasks
|
||||
li
|
||||
span.number(ng-bind="stats.remainingTasks|default:'--'")
|
||||
span.description open<br />tasks
|
||||
li
|
||||
span.number(ng-bind="stats.completed_tasks|default:'--'")
|
||||
span.description closed<br />tasks
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
margin-right: 10px;
|
||||
padding: 3px;
|
||||
position: relative;
|
||||
width: 20%;
|
||||
width: 10%;
|
||||
.current-progress {
|
||||
background: $fresh-taiga;
|
||||
height: 24px;
|
||||
|
|
Loading…
Reference in New Issue