mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-07 19:02:26 -05:00
Use live indicator on individual broadcast page
So the view of an individual broadcast feel consistent when coming from the dashboard.
This commit is contained in:
@@ -252,6 +252,16 @@ details .arrow {
|
||||
//box-shadow: inset 0 0 0 2px $red, inset 0 0 0 5px $white;
|
||||
}
|
||||
|
||||
&--left {
|
||||
|
||||
&:before {
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
input:-webkit-autofill::first-line {
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
{{ page_header(broadcast_message.template_name) }}
|
||||
|
||||
{% if broadcast_message.status == 'broadcasting' %}
|
||||
<p class="govuk-body">
|
||||
<p class="govuk-body govuk-!-margin-bottom-2 live-broadcast live-broadcast--left">
|
||||
Live until {{ broadcast_message.finishes_at|format_datetime_relative }} 
|
||||
{%- if not hide_stop_link %}
|
||||
<a href="{{ url_for('.cancel_broadcast_message', service_id=current_service.id, broadcast_message_id=broadcast_message.id) }}" class="destructive-link destructive-link--no-visited-state">Stop broadcasting</a>
|
||||
|
||||
Reference in New Issue
Block a user