diff --git a/images/result-dislike.png b/images/result-dislike.png
new file mode 100644
index 0000000..326bd9b
Binary files /dev/null and b/images/result-dislike.png differ
diff --git a/images/result-like.png b/images/result-like.png
new file mode 100644
index 0000000..8417ee4
Binary files /dev/null and b/images/result-like.png differ
diff --git a/index.html b/index.html
index b4837c1..cbd0af4 100644
--- a/index.html
+++ b/index.html
@@ -173,7 +173,7 @@
Pular
- Resultado
+ Resultados
@@ -183,8 +183,8 @@
{{#each articles}}
diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss
index fff120f..f14eff8 100644
--- a/sass/_proposal_detail.scss
+++ b/sass/_proposal_detail.scss
@@ -99,9 +99,7 @@
font-weight: bolder;
font-size: 12px;
text-transform: uppercase;
- background-color: gray;
- color: white;
- width: 4%;
+ color: gray;
border: none;
margin: 10px;
border-radius: 6px;
@@ -137,6 +135,18 @@
font-weight: bold;
text-align: center;
color: rgb(68, 68, 68);
+ .votes-for {
+ background-image: url(./images/result-like.png);
+ background-repeat: no-repeat;
+ display: inline-block;
+ background-position: center;
+ }
+ .votes-against {
+ background-image: url(./images/result-dislike.png);
+ }
+ .score {
+ background-image: none;
+ }
}
.truncate {
@@ -324,7 +334,8 @@
display: block;
}
.vote-result {
- @extend .skip
+ text-decoration: none;
+ color: $color;
}
}
}
--
libgit2 0.21.2