Commit 92943580 authored by Valery Sizov's avatar Valery Sizov

improve style

parent db91ef3a
......@@ -135,8 +135,10 @@
padding: 0 0 5px 5px;
line-height: 1;
#add-award {
.add-award {
font-size: 27px;
color: #ccc;
&:hover {
text-decoration: none;
}
......
......@@ -7,7 +7,8 @@
= vote.last.count
.dropdown.awards-controls
%a#add-award{"data-toggle" => "dropdown", "data-target" => "#", "href" => "#"} +
%a.add-award{"data-toggle" => "dropdown", "data-target" => "#", "href" => "#"}
= icon('plus-circle')
%ul.dropdown-menu.awards-menu
- emoji_list.each do |emoji|
%li{"data-emoji" => "#{emoji}"}= image_tag url_to_emoji(emoji), height: "20px", width: "20px"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment