mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-04-13 08:49:13 +00:00
Merge pull request #48 from beatriceo/css-fixes
changed close class that was being overridden
This commit is contained in:
commit
7922a55e14
@ -166,7 +166,7 @@ a:hover {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.close {
|
||||
.close-location {
|
||||
margin-right: 8px;
|
||||
margin-top: -46px;
|
||||
float: right;
|
||||
|
@ -21,7 +21,7 @@
|
||||
<% end %>
|
||||
</div>
|
||||
<%= link_to connection_path(contact), method: :delete do %>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="close"><span aria-hidden="true">×</span></button>
|
||||
<button type="button" class="close close-location" data-dismiss="modal" aria-label="close"><span aria-hidden="true">×</span></button>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user