Update check mark icon for completes in progress menu

This commit is contained in:
Luis Cielak
2018-07-19 16:57:19 -04:00
parent 5b1490a7e6
commit 4d14ef73a3
2 changed files with 3 additions and 3 deletions

View File

@@ -86,11 +86,11 @@
}
&--complete:before {
content: "\2714";
content: url('/static/icons/checkmark.svg');
background-color: $color-blue;
border: 2px solid $color-blue;
color: $color-white;
font-size: $h6-font-size;
padding: 1px 2px;
}
&--incomplete:before {