Change 'stories' icon to a book

Both the 'stories' and 'tasks' icons are lists of horizontal lines.
Some users find these confusingly similar. This changes the 'stories'
icon to a book.

Change-Id: Ie00173575b5fff08fe00cabd1d3592791eb16bd3
This commit is contained in:
Zara 2016-11-21 19:27:32 +00:00
parent 5e4a6ad6b4
commit 3b29cb63fe
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
.@{fa-css-prefix}-sb-user:before { content: @fa-var-user; }
.@{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-story:before { content: @fa-var-book; }
.@{fa-css-prefix}-sb-project:before { content: @fa-var-cube; }
.@{fa-css-prefix}-sb-project-group:before { content: @fa-var-cubes; }
.@{fa-css-prefix}-sb-team:before { content: @fa-var-users; }