Formatting

This commit is contained in:
richard-dds 2019-06-05 14:40:34 -04:00
parent f227ecf699
commit 34dd418750
3 changed files with 3 additions and 3 deletions

View File

@ -48,5 +48,5 @@ def portfolio_funding(portfolio_id):
+ task_orders_by_status.get(TaskOrderStatus.PENDING, [])
),
active_task_orders=active_task_orders,
expired_task_orders=task_orders_by_status.get(TaskOrderStatus.EXPIRED, [])
expired_task_orders=task_orders_by_status.get(TaskOrderStatus.EXPIRED, []),
)

View File

@ -165,7 +165,7 @@ $checkbox-border-radius: 2px;
$border-radius: 3px;
$button-border-radius: 5px;
$box-shadow: 0px 2px 5px 0px $color-shadow;
$box-shadow-big: 0 4px 10px 0 rgba(193,193,193,0.5);
$box-shadow-big: 0 4px 10px 0 rgba(193, 193, 193, 0.5);
$focus-outline: 2px dotted $color-gray-light;
$focus-spacing: 3px;
$nav-width: 300px;

View File

@ -53,7 +53,7 @@
</span>
</div>
<div class="card__header">
<h3>Task Order {{ task_order.number }}</h3>
<h3>Task Order #{{ task_order.number }}</h3>
</div>
<div class="card__body">
<b>Obligated amount: </b>${{ task_order.total_obligated_funds }}