diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 54bcd55c8..1193e00be 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -312,18 +312,15 @@ td.table-empty-message { .dashboard { .big-number-with-status { - a { - background: color("blue-60v"); - padding: units(2); - margin-bottom: units(1); - text-decoration: none; - &:hover{ - background: color("blue-warm-70v"); - } - } - span { - color: white; - } + // a { + // background: color("blue-60v"); + // padding: units(2); + // margin-bottom: units(1); + // text-decoration: none; + // &:hover{ + // background: color("blue-warm-70v"); + // } + // } .big-number-smaller { display: flex; flex-direction: column; diff --git a/app/assets/sass/uswds/_uswds-theme.scss b/app/assets/sass/uswds/_uswds-theme.scss index b588e264d..bc4b9b733 100644 --- a/app/assets/sass/uswds/_uswds-theme.scss +++ b/app/assets/sass/uswds/_uswds-theme.scss @@ -9,5 +9,9 @@ in the form $setting: value, @use "uswds-core" with ( $theme-font-type-sans: "public-sans", - $theme-show-notifications: false + $theme-show-notifications: false, + $theme-banner-max-width: "desktop-lg", + $theme-grid-container-max-width: "desktop-lg", + $theme-footer-max-width: "desktop-lg", + $theme-header-max-width: "desktop-lg" ); diff --git a/app/templates/views/dashboard/_totals.html b/app/templates/views/dashboard/_totals.html index 20c1d3a81..fab3b0435 100644 --- a/app/templates/views/dashboard/_totals.html +++ b/app/templates/views/dashboard/_totals.html @@ -1,18 +1,21 @@
{% if statistics['sms']['requested'] is number %} - {{ "{:,}".format(statistics['sms']['requested']) }} + {{ "{:,}".format(statistics['sms']['requested']) }} {% else %} - {{ statistics['sms']['requested'] }} + {{ statistics['sms']['requested'] }} {% endif %} - {{ statistics['sms']['requested']|message_count_label('sms', suffix='sent') }} + {{ statistics['sms']['requested']|message_count_label('sms', suffix='sent') }} in the last seven days +
+ + Details {% if show_failures %} diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index c19b837ad..504747847 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -21,7 +21,6 @@In the last seven days
{{ ajax_block(partials, updates_url, 'inbox') }}