Use 'Tasks' Icon for Tasks

StoryBoard previously used the 'tags' icon. Pretty confusing, since
StoryBoard also has tags, and the icon looked like a gift tag. This
changes the default to the bootstrap default tasks icon.

Change-Id: I3209daeb02849d03d7e09362f825d686bc0c0571
This commit is contained in:
Zara 2016-02-02 11:17:46 +00:00
parent 33a3c29db1
commit 29643c22e3

@ -21,7 +21,7 @@
*/
.@{fa-css-prefix}-sb-user:before { content: @fa-var-user; }
.@{fa-css-prefix}-sb-task:before { content: @fa-var-tag; }
.@{fa-css-prefix}-sb-task:before { content: @fa-var-tasks; }
.@{fa-css-prefix}-sb-story:before { content: @fa-var-list-ul; }
.@{fa-css-prefix}-sb-project:before { content: @fa-var-cube; }
.@{fa-css-prefix}-sb-project-group:before { content: @fa-var-cubes; }