Skip to content
Snippets Groups Projects
Commit dbdd0556 authored by Valery Sizov's avatar Valery Sizov Committed by Rubén Dávila
Browse files

improve style

parent 350f61c3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
Loading
Loading
@@ -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"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment