Skip to content

Commit 4f87d2b

Browse files
author
Bill Hunt
committed
Fixing annotator icons. #622
1 parent 902bb43 commit 4f87d2b

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

public/build/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

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

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

public/sass/modules/_annotation.scss

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
// Actions
22
.activity-actions {
33
color: $light-medium-grey;
4-
}
5-
6-
.thumbs-up {
7-
@extend .fa;
8-
@extend .fa-thumbs-o-up;
9-
}
104

11-
.thumbs-down {
12-
@extend .fa;
13-
@extend .fa-thumbs-o-down;
14-
}
5+
.thumbs-up {
6+
@extend .fa;
7+
@extend .fa-thumbs-o-up;
8+
}
159

16-
.flag {
17-
@extend .fa;
18-
@extend .fa-flag;
19-
}
10+
.thumbs-down {
11+
@extend .fa;
12+
@extend .fa-thumbs-o-down;
13+
}
2014

21-
.thumbs-up, .thumbs-down, .flag {
22-
&::before {
23-
margin-right: 4px;
15+
.flag {
16+
@extend .fa;
17+
@extend .fa-flag;
2418
}
25-
margin-right: 15px;
26-
&:last-child {
27-
margin-right: 0;
19+
20+
.thumbs-up, .thumbs-down, .flag {
21+
&::before {
22+
margin-right: 4px;
23+
}
24+
margin-right: 15px;
25+
&:last-child {
26+
margin-right: 0;
27+
}
2828
}
2929
}
3030

0 commit comments

Comments
 (0)