Formatting
This commit is contained in:
parent
f227ecf699
commit
34dd418750
@ -48,5 +48,5 @@ def portfolio_funding(portfolio_id):
|
|||||||
+ task_orders_by_status.get(TaskOrderStatus.PENDING, [])
|
+ task_orders_by_status.get(TaskOrderStatus.PENDING, [])
|
||||||
),
|
),
|
||||||
active_task_orders=active_task_orders,
|
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, []),
|
||||||
)
|
)
|
||||||
|
@ -165,7 +165,7 @@ $checkbox-border-radius: 2px;
|
|||||||
$border-radius: 3px;
|
$border-radius: 3px;
|
||||||
$button-border-radius: 5px;
|
$button-border-radius: 5px;
|
||||||
$box-shadow: 0px 2px 5px 0px $color-shadow;
|
$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-outline: 2px dotted $color-gray-light;
|
||||||
$focus-spacing: 3px;
|
$focus-spacing: 3px;
|
||||||
$nav-width: 300px;
|
$nav-width: 300px;
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="card__header">
|
<div class="card__header">
|
||||||
<h3>Task Order {{ task_order.number }}</h3>
|
<h3>Task Order #{{ task_order.number }}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="card__body">
|
<div class="card__body">
|
||||||
<b>Obligated amount: </b>${{ task_order.total_obligated_funds }}
|
<b>Obligated amount: </b>${{ task_order.total_obligated_funds }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user