.sprite.rules {
/*rtl:ignore*/ background-position: -350px 0;
}
-
- .icon.note {
- background-color: #333;
- border-radius: 4px;
- }
}
.site-about #content {
<div class='col-sm'>
<h5><%= t "site.welcome.add_a_note.title" %></h5>
<p><%= t "site.welcome.add_a_note.para_1" %></p>
- <p><%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(:class => "icon note") %></p>
+ <p><%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(:class => "icon note bg-dark rounded-1") %></p>
</div>
</div>
<h2><%= t ".add_a_note.title" %></h2>
<p><%= t ".add_a_note.para_1" %></p>
<p><%= t ".add_a_note.para_2_html", :map_link => link_to(t(".add_a_note.the_map"), root_path),
- :note_icon => tag.span(:class => "icon note") %></p>
+ :note_icon => tag.span(:class => "icon note bg-dark rounded-1") %></p>
</div>