Skip to content

Commit

Permalink
Added accessible icons for confirmation-header
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Aug 22, 2024
1 parent 36c58f9 commit 85fcfde
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 4 deletions.
Binary file not shown.
5 changes: 5 additions & 0 deletions web/cobrands/fixmystreet/images/inbox-in-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
13 changes: 13 additions & 0 deletions web/cobrands/fixmystreet/images/phone-in-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
7 changes: 7 additions & 0 deletions web/cobrands/fixmystreet/images/sad-face-in-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
5 changes: 5 additions & 0 deletions web/cobrands/fixmystreet/images/tick-in-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions web/cobrands/sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2965,18 +2965,18 @@ a#geolocate_link {
padding: 140px 0 2em;
text-align: center;

background: transparent url(/cobrands/fixmystreet/images/tick-in-circle-100px.png) center 1em no-repeat;
background: transparent url(/cobrands/fixmystreet/images/tick-in-circle.svg) center 1em / 100px no-repeat;

&.confirmation-header--failure {
background-image: url(/cobrands/fixmystreet/images/sad-face-in-circle-100px.png);
background-image: url(/cobrands/fixmystreet/images/sad-face-in-circle.svg);
}

&.confirmation-header--inbox {
background-image: url(/cobrands/fixmystreet/images/inbox-in-circle-100px.png);
background-image: url(/cobrands/fixmystreet/images/inbox-in-circle.svg);
}

&.confirmation-header--phone {
background-image: url(/cobrands/fixmystreet/images/phone-in-circle-100px.png);
background-image: url(/cobrands/fixmystreet/images/phone-in-circle.svg);
}

&.confirmation-header--blank {
Expand Down

0 comments on commit 85fcfde

Please sign in to comment.