Small tweaks to better match wireframes

This commit is contained in:
Patrick Smith
2019-02-10 09:38:01 -05:00
parent 29eccf34b6
commit f80e8aca6c
2 changed files with 8 additions and 3 deletions

View File

@@ -82,8 +82,8 @@
<dt>Remaining Days</dt>
<dd class='{{ 'ending-soon' if remaining_days is not none and remaining_days < 190 }}'>
{% if remaining_days is not none %}
{{ Icon('arrow-down') }}
{{ remaining_days }}
{{ Icon('arrow-down') }}
<span>{{ remaining_days }}</span>
{% else %}
-
{% endif %}
@@ -153,7 +153,7 @@
<div class='budget-chart panel' ref='panel'>
<header class='budget-chart__header panel__heading panel__heading--tight'>
<h2 class='h3'>Cumulative Budget</h2>
<h4>Cumulative Budget</h4>
<div class='budget-chart__legend'>
<dl class='budget-chart__legend__spend'>