changed close class that was being overridden
This commit is contained in:
parent
cf7b8271b2
commit
b24a22d31d
|
@ -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…
Reference in New Issue