forked from trent_larson/crowd-funder-for-time-pwa
move save & cancel buttons further apart
This commit is contained in:
@@ -262,19 +262,21 @@
|
|||||||
placeholder="Name"
|
placeholder="Name"
|
||||||
v-model="contactNewName"
|
v-model="contactNewName"
|
||||||
/>
|
/>
|
||||||
<button
|
<div class="flex justify-between">
|
||||||
class="text-sm bg-blue-600 text-white px-2 py-1.5 rounded -ml-1.5 border-l border-blue-400"
|
<button
|
||||||
@click="onClickSaveName(contactEdit, contactNewName)"
|
class="text-sm bg-blue-600 text-white px-2 py-1.5 rounded -ml-1.5 border-l border-blue-400"
|
||||||
>
|
@click="onClickSaveName(contactEdit, contactNewName)"
|
||||||
<fa icon="save" />
|
>
|
||||||
</button>
|
<fa icon="save" />
|
||||||
<span class="inline-block w-2" />
|
</button>
|
||||||
<button
|
<span class="inline-block w-2" />
|
||||||
class="text-sm bg-blue-600 text-white px-2 py-1.5 rounded -ml-1.5 border-l border-blue-400"
|
<button
|
||||||
@click="onClickCancelName()"
|
class="text-sm bg-blue-600 text-white px-2 py-1.5 rounded -ml-1.5 border-l border-blue-400"
|
||||||
>
|
@click="onClickCancelName()"
|
||||||
<fa icon="ban" />
|
>
|
||||||
</button>
|
<fa icon="ban" />
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user