From 984e478be0f83fef958110e6e431ad9253a7ad83 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 11 Jan 2016 10:24:21 -0300 Subject: [PATCH] Set font awesome icons --- src/app/components/noosfero-blocks/link-list/link-list.html | 4 +++- src/app/index.scss | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/src/app/components/noosfero-blocks/link-list/link-list.html b/src/app/components/noosfero-blocks/link-list/link-list.html index 8ed43c8..c89975a 100644 --- a/src/app/components/noosfero-blocks/link-list/link-list.html +++ b/src/app/components/noosfero-blocks/link-list/link-list.html @@ -1,3 +1,5 @@
- {{link.name}} + + {{link.name}} +
diff --git a/src/app/index.scss b/src/app/index.scss index 1cd05a0..5fafd7a 100644 --- a/src/app/index.scss +++ b/src/app/index.scss @@ -30,6 +30,23 @@ $fa-font-path: "../../bower_components/font-awesome/fonts"; } } +//FIXME move to a separated file +.icon-event { + @extend .fa-calendar; +} +.icon-photos { + @extend .fa-photo; +} +.icon-edit { + @extend .fa-edit; +} +.icon-ok { + @extend .fa-check; +} +.icon-send { + @extend .fa-send-o; +} + /** * Do not remove the comments below. It's the markers used by gulp-inject to inject * all your sass files automatically -- libgit2 0.21.2