Commit
ee7bf519cc873a07105f2be439654ef505cec4d9
Exists in
master
and in
38 other branches
activities_block, angular2, btn-new-post, cleaning-the-house, cosmetic_changes_people_and_communities_block, coverage, edit-blocks, edit-header-footer, env-tags-block, forgot_password, header_and_footer, helpers-evolution, layout_support, list_articles_on_blog, loading-indicator-component, login_modal, login_modal_improve, person_info_block, production, profile-article-resolvers, profile-blocks-sass, profile-view, profile_description_block_component, profile_page_improvements, profile_search, recent-activities, remove-article-confirmation, responsive-fixes, seo, signup_page, skin-small-change, staging, tags-block, theme-skin-yellow, translations, typescript, updated_signup_page, users_profile_page
Add more icons to link list block
...
|
...
|
@@ -13,3 +13,15 @@ |
13
|
13
|
.icon-send { |
14
|
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
|
+} |
...
|
...
|
|