mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 16:28:25 -04:00
Remove ‘info’ banner type
We’re not using this banner type anywhere any more
This commit is contained in:
@@ -31,28 +31,6 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-info {
|
|
||||||
|
|
||||||
@extend %banner;
|
|
||||||
background: $govuk-blue;
|
|
||||||
color: $white;
|
|
||||||
|
|
||||||
a {
|
|
||||||
|
|
||||||
&:link,
|
|
||||||
&:visited {
|
|
||||||
color: $white;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: $light-blue-25;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.banner-dangerous {
|
.banner-dangerous {
|
||||||
|
|
||||||
@extend %banner;
|
@extend %banner;
|
||||||
|
|||||||
@@ -29,18 +29,6 @@
|
|||||||
|
|
||||||
{{ banner("You sent 1,234 text messages", with_tick=True) }}
|
{{ banner("You sent 1,234 text messages", with_tick=True) }}
|
||||||
|
|
||||||
<div class="grid-row">
|
|
||||||
<div class="column-one-third">
|
|
||||||
{{ banner("Delivered 10:20") }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{{ banner(
|
|
||||||
'You can only send notifications to yourself',
|
|
||||||
type='info',
|
|
||||||
subhead='Restricted mode'
|
|
||||||
) }}
|
|
||||||
|
|
||||||
{{ banner('You’re not allowed to do this', 'dangerous')}}
|
{{ banner('You’re not allowed to do this', 'dangerous')}}
|
||||||
|
|
||||||
{{ banner('Are you sure you want to delete?', 'dangerous', delete_button="Yes, delete this thing")}}
|
{{ banner('Are you sure you want to delete?', 'dangerous', delete_button="Yes, delete this thing")}}
|
||||||
@@ -134,14 +122,19 @@
|
|||||||
|
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-half">
|
<div class="column-half">
|
||||||
{{ sms_message("Your vehicle tax for LC12 BFL is due on 1 March 2016. Renew online at www.gov.uk/vehicle-tax") }}
|
|
||||||
{{ sms_message("Your vehicle tax for ((registration number)) is due on ((date)). Renew online at www.gov.uk/vehicle-tax") }}
|
|
||||||
{{ sms_message(
|
{{ sms_message(
|
||||||
"Your vehicle tax for registration number is due on date. Renew online at www.gov.uk/vehicle-tax",
|
'Your vehicle tax for LC12 BFL is due on 1 March 2016. Renew online at www.gov.uk/vehicle-tax',
|
||||||
"+44 7700 900 306"
|
name='Two week reminder',
|
||||||
) }}
|
) }}
|
||||||
{{ sms_message(
|
{{ sms_message(
|
||||||
"Your vehicle tax for ((registration number)) is due on ((date)). Renew online at www.gov.uk/vehicle-tax",
|
'Your vehicle tax for ((registration number)) is due on ((date)). Renew online at www.gov.uk/vehicle-tax'
|
||||||
|
) }}
|
||||||
|
{{ sms_message(
|
||||||
|
'Your vehicle tax for registration number is due on date. Renew online at www.gov.uk/vehicle-tax',
|
||||||
|
'+44 7700 900 306'
|
||||||
|
) }}
|
||||||
|
{{ sms_message(
|
||||||
|
'Your vehicle tax for ((registration number)) is due on ((date)). Renew online at www.gov.uk/vehicle-tax',
|
||||||
name='Two week reminder',
|
name='Two week reminder',
|
||||||
edit_link='#'
|
edit_link='#'
|
||||||
) }}
|
) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user