Skip to content

Instantly share code, notes, and snippets.

@xto3na
Created July 25, 2016 09:32
Show Gist options
  • Save xto3na/82ee2a882ebea5c4a0cd787e389e25a0 to your computer and use it in GitHub Desktop.
Save xto3na/82ee2a882ebea5c4a0cd787e389e25a0 to your computer and use it in GitHub Desktop.
Check Icon
.check-icon {
position: absolute;
right: 0;
bottom: 0;
&:before, &:after {
position: absolute;
content: '';
background: #007b68;
height: 3px;
border-radius: 1.5px;
}
&:before {
width: 10px;
transform: rotate(55deg);
right: 19px;
bottom: 15px;
}
&:after {
width: 15px;
transform: rotate(-55deg);
right: 10px;
bottom: 17px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment