Update check mark icon for completes in progress menu
This commit is contained in:
parent
5b1490a7e6
commit
4d14ef73a3
@ -86,11 +86,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--complete:before {
|
&--complete:before {
|
||||||
content: "\2714";
|
content: url('/static/icons/checkmark.svg');
|
||||||
background-color: $color-blue;
|
background-color: $color-blue;
|
||||||
border: 2px solid $color-blue;
|
border: 2px solid $color-blue;
|
||||||
color: $color-white;
|
|
||||||
font-size: $h6-font-size;
|
font-size: $h6-font-size;
|
||||||
|
padding: 1px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--incomplete:before {
|
&--incomplete:before {
|
||||||
|
@ -1 +1 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.182 11.501l9.08-10.168c.367-.412.997-.446 1.406-.078.41.369.445 1.001.078 1.412l-9.821 11c-.396.444-1.089.444-1.485 0L.254 8.98c-.367-.411-.332-1.044.078-1.412.41-.369 1.04-.334 1.407.077l3.443 3.857z" fill="#000" fill-rule="nonzero"/></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.182 11.501l9.08-10.168c.367-.412.997-.446 1.406-.078.41.369.445 1.001.078 1.412l-9.821 11c-.396.444-1.089.444-1.485 0L.254 8.98c-.367-.411-.332-1.044.078-1.412.41-.369 1.04-.334 1.407.077l3.443 3.857z" fill="#fff" fill-rule="nonzero"/></svg>
|
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
Loading…
x
Reference in New Issue
Block a user