Skip to content

Instantly share code, notes, and snippets.

@NickColley
Created July 3, 2018 16:54
Show Gist options
  • Save NickColley/3fb979af1b2ec7775e91cab93ffa7e86 to your computer and use it in GitHub Desktop.
Save NickColley/3fb979af1b2ec7775e91cab93ffa7e86 to your computer and use it in GitHub Desktop.
Customised colours - Check tick icon example
<!-- This code example is not the same as GOV.UK Frontend, and is just for demonstration -->
<style>
.check-mark-icon {
width: 1.125em;
height: 0.4375em;
transform: rotate(-45deg);
border: solid;
border-width: 0 0 .3125em .3125em;
}
</style>
<div class="check-mark-icon" aria-hidden=true></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment