Commit 9063e94d098efacd98bdfa531d8f980afa86f61f
1 parent
6fd5a048
Exists in
master
and in
1 other branch
Refactor styles
Showing
4 changed files
with
33 additions
and
15 deletions
Show diff stats
src/app/components/noosfero-blocks/link-list/link-list.scss
0 → 100644
src/app/index.scss
@@ -30,21 +30,13 @@ $fa-font-path: "../../bower_components/font-awesome/fonts"; | @@ -30,21 +30,13 @@ $fa-font-path: "../../bower_components/font-awesome/fonts"; | ||
30 | } | 30 | } |
31 | } | 31 | } |
32 | 32 | ||
33 | -//FIXME move to a separated file | ||
34 | -.icon-event { | ||
35 | - @extend .fa-calendar; | 33 | +.col-md-2-5 { |
34 | + @extend .col-md-3; | ||
35 | + width: 20.83%; | ||
36 | } | 36 | } |
37 | -.icon-photos { | ||
38 | - @extend .fa-photo; | ||
39 | -} | ||
40 | -.icon-edit { | ||
41 | - @extend .fa-edit; | ||
42 | -} | ||
43 | -.icon-ok { | ||
44 | - @extend .fa-check; | ||
45 | -} | ||
46 | -.icon-send { | ||
47 | - @extend .fa-send-o; | 37 | + |
38 | +body { | ||
39 | + background-color: #f5f8fa; | ||
48 | } | 40 | } |
49 | 41 | ||
50 | /** | 42 | /** |
src/app/views/profile/block.html