changed close class that was being overridden

This commit is contained in:
Beatrice Olivera 2018-09-03 18:59:32 +01:00
parent cf7b8271b2
commit b24a22d31d
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ a:hover {
justify-content: center;
}
.close {
.close-location {
margin-right: 8px;
margin-top: -46px;
float: right;

View File

@ -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>