Commit ee7bf519cc873a07105f2be439654ef505cec4d9
1 parent
7ceb4836
Exists in
master
and in
38 other branches
Add more icons to link list block
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
src/app/components/noosfero-blocks/link-list/link-list.scss
@@ -13,3 +13,15 @@ | @@ -13,3 +13,15 @@ | ||
13 | .icon-send { | 13 | .icon-send { |
14 | @extend .fa-send-o; | 14 | @extend .fa-send-o; |
15 | } | 15 | } |
16 | +.icon-menu-people { | ||
17 | + @extend .fa-user; | ||
18 | +} | ||
19 | +.icon-forum { | ||
20 | + @extend .fa-users; | ||
21 | +} | ||
22 | +.icon-new { | ||
23 | + @extend .fa-file-o; | ||
24 | +} | ||
25 | +.icon-save { | ||
26 | + @extend .fa-save; | ||
27 | +} |