SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 8dd152ac authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Tweaks

parent 5f02d81e
No related branches found
No related tags found
No related merge requests found
<template> <template>
<li> <li>
{{ email }}&emsp; {{ email }}&emsp;
<b-button class="bg-danger p-0" size="sm" @click.stop="$emit('remove')"> <b-button class="bg-danger px-1 py-0 text-white" size="sm" @click.stop="$emit('remove')">
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-x-circle-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> X
<path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"/>
</svg>
</b-button> </b-button>
</li> </li>
</template> </template>
......
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<table <table
class="table mb-4" class="table mb-4"
selectable selectable
:select-mode="single" select-mode="single"
> >
<tr> <tr>
<th>Account</th> <th>Account</th>
......
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