diff --git a/app/assets/stylesheets/components/area-list.scss b/app/assets/stylesheets/components/area-list.scss index 798beacc2..86b7c068b 100644 --- a/app/assets/stylesheets/components/area-list.scss +++ b/app/assets/stylesheets/components/area-list.scss @@ -137,17 +137,10 @@ padding-left: govuk-spacing(8); line-height: govuk-spacing(7); - &:before { - content: ""; - display: block; + &__icon { position: absolute; - top: 3px; - left: govuk-spacing(1); - width: govuk-spacing(6); - height: govuk-spacing(6); - box-sizing: border-box; - margin-right: govuk-spacing(1); - transform: rotate(45deg); + left: -5px; + top: -7px; } &--certain { diff --git a/app/templates/views/broadcast/macros/area-map.html b/app/templates/views/broadcast/macros/area-map.html index 06c9c67b0..ceef09776 100644 --- a/app/templates/views/broadcast/macros/area-map.html +++ b/app/templates/views/broadcast/macros/area-map.html @@ -1,19 +1,29 @@ {% macro map(broadcast_message) %}

- - An area of {{ (broadcast_message.simple_polygons.estimated_area)|round_to_significant_figures(1)|format_thousands }} square miles + + + An area of {{ (broadcast_message.simple_polygons.estimated_area)|round_to_significant_figures(1)|format_thousands }} square miles  Will get - the + + the + alert

- - An extra area of {{ (broadcast_message.simple_polygons_with_bleed.estimated_area - broadcast_message.simple_polygons.estimated_area)|round_to_significant_figures(1)|format_thousands }} square miles is + + + An extra area of {{ (broadcast_message.simple_polygons_with_bleed.estimated_area - broadcast_message.simple_polygons.estimated_area)|round_to_significant_figures(1)|format_thousands }} square miles is  Likely to get - + the alert