mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 19:43:11 -04:00
Remove uses of inline-styles
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
) }}
|
||||
</div>
|
||||
<div id="total-email" class="govuk-grid-column-one-half">
|
||||
<span class="big-number-with-status">
|
||||
<a class="govuk-link govuk-link--no-visited-state big-number-link" style="background-color: gray; border-color: gray;">
|
||||
<span class="big-number-with-status pilot-disabled">
|
||||
<a class="govuk-link govuk-link--no-visited-state big-number-link">
|
||||
<span class="big-number-smaller">
|
||||
<span class="big-number-number" style="color: lightgray;">0</span>
|
||||
<span class="big-number-label" style="color: lightgray;">emails sent</span>
|
||||
<span class="big-number-number">0</span>
|
||||
<span class="big-number-label">emails sent</span>
|
||||
</span>
|
||||
</a>
|
||||
<span class="big-number-status" style="background-color: gray; border-color: gray; color: lightgray;">No failures</span>
|
||||
<span class="big-number-status">No failures</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div class='govuk-grid-column-one-half'>
|
||||
<div class="keyline-block" style="color: gray;">
|
||||
<div class='govuk-grid-column-one-half pilot-disabled'>
|
||||
<div class="keyline-block">
|
||||
{{ big_number("0", 'email disabled during SMS pilot', smaller=True) }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
{{ 1|message_count_label(item.type, suffix='template')|capitalize }}
|
||||
</span>
|
||||
{% endcall %}
|
||||
{{ spark_bar_field(item.requested_count, most_used_template_count) }}
|
||||
{{ spark_bar_field(item.requested_count, most_used_template_count, id=item.id) }}
|
||||
{% endcall %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user