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

@ -111,6 +111,10 @@
// ===============================
&.to-summary {
.icon-link {
font-weight: $font-normal
}
.subheading {
margin-bottom: 0;
}
@ -173,6 +177,7 @@
dd.ending-soon {
color: $color-red-dark;
font-size: $h2-font-size;
white-space: nowrap;
.icon {
@include icon-size(28);

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'>