Skip to content

Commit 97186c7

Browse files
committed
add ravi icon for the silver task
1 parent 4a164eb commit 97186c7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

assets/css/page-widgets/todo.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,19 @@
4747
.prpl-suggested-task {
4848
border: 1px solid #796da2;
4949
background-color: #f9fafb;
50+
51+
.prpl-suggested-task-actions {
52+
53+
&::after {
54+
content: "";
55+
display: inline-block;
56+
width: 24px;
57+
height: 24px;
58+
background-image: url("../../images/icon_progress_planner.svg");
59+
background-size: contain;
60+
background-repeat: no-repeat;
61+
}
62+
}
5063
}
5164
}
5265
}

0 commit comments

Comments
 (0)