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