mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Update dashboard and template flow (#514)
* Updated header and footer * Moved files around and updated gulpfile to correct the build process when it goes to production * Updated fonts * Adjusted grid templating * Adding images to assets * Updated account pages, dashboard, and pages in message sending flow * Updated the styling for the landing pages in the account section once logged in
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
{% for label, option, link, count in items %}
|
||||
<li class="pill-item__container">
|
||||
{% if current_value == option %}
|
||||
<a id="pill-selected-item" class="pill-item pill-item--selected govuk-link govuk-link--no-visited-state{% if not show_count %} pill-item--centered{% endif %}" href="{{ link }}" aria-current="page">
|
||||
<a id="pill-selected-item" class="pill-item pill-item--selected usa-link {% if not show_count %} pill-item--centered{% endif %}" href="{{ link }}" aria-current="page">
|
||||
{% else %}
|
||||
<a class="pill-item govuk-link govuk-link--no-visited-state" href="{{ link }}">
|
||||
<a class="pill-item usa-dark-background usa-link usa-link--alt bg-primary" href="{{ link }}">
|
||||
{% endif %}
|
||||
{% if show_count %}
|
||||
{{ big_number(count, **big_number_args) }}
|
||||
|
||||
Reference in New Issue
Block a user