Skip to content

Commit

Permalink
Fixing annotator icons. #622
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Hunt committed Sep 14, 2015
1 parent 902bb43 commit 4f87d2b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion public/build/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@



<link rel="stylesheet" href="/build/app.css?ab36c6e5">
<link rel="stylesheet" href="/build/app.css?8d9b34d7">

<script src="/build/components.js?ac8cdf3e"></script>

Expand Down
40 changes: 20 additions & 20 deletions public/sass/modules/_annotation.scss
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
// Actions
.activity-actions {
color: $light-medium-grey;
}

.thumbs-up {
@extend .fa;
@extend .fa-thumbs-o-up;
}

.thumbs-down {
@extend .fa;
@extend .fa-thumbs-o-down;
}
.thumbs-up {
@extend .fa;
@extend .fa-thumbs-o-up;
}

.flag {
@extend .fa;
@extend .fa-flag;
}
.thumbs-down {
@extend .fa;
@extend .fa-thumbs-o-down;
}

.thumbs-up, .thumbs-down, .flag {
&::before {
margin-right: 4px;
.flag {
@extend .fa;
@extend .fa-flag;
}
margin-right: 15px;
&:last-child {
margin-right: 0;

.thumbs-up, .thumbs-down, .flag {
&::before {
margin-right: 4px;
}
margin-right: 15px;
&:last-child {
margin-right: 0;
}
}
}

Expand Down

0 comments on commit 4f87d2b

Please sign in to comment.