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

View File

@ -83,7 +83,7 @@
<dd class='{{ 'ending-soon' if remaining_days is not none and remaining_days < 190 }}'> <dd class='{{ 'ending-soon' if remaining_days is not none and remaining_days < 190 }}'>
{% if remaining_days is not none %} {% if remaining_days is not none %}
{{ Icon('arrow-down') }} {{ Icon('arrow-down') }}
{{ remaining_days }} <span>{{ remaining_days }}</span>
{% else %} {% else %}
- -
{% endif %} {% endif %}
@ -153,7 +153,7 @@
<div class='budget-chart panel' ref='panel'> <div class='budget-chart panel' ref='panel'>
<header class='budget-chart__header panel__heading panel__heading--tight'> <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'> <div class='budget-chart__legend'>
<dl class='budget-chart__legend__spend'> <dl class='budget-chart__legend__spend'>