Skip to content
Snippets Groups Projects
Commit b840cac3 authored by Anders Høvik's avatar Anders Høvik
Browse files

Refactor: added bootstrap-styling to close-button

parent 52f10fef
No related branches found
No related tags found
1 merge request!89Fix/close button
Pipeline #283740 passed with warnings
......@@ -71,9 +71,7 @@
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Legg til venn</h5>
<button type="button" class="close" @click="showAddFriend = false">
<span aria-hidden="true">&times;</span>
</button>
<button type="button" class="close btn-close" @click="showAddFriend = false"></button>
</div>
<div class="modal-body d-flex justify-content-center align-items-center flex-column">
<form class="col-md-10 d-flex justify-content-center align-items-center flex-row my-4"
......
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