forked from trent_larson/crowd-funder-for-time-pwa
Various design tweaks
This commit is contained in:
@@ -81,13 +81,13 @@
|
||||
</div>
|
||||
|
||||
<div class="flex justify-center mt-4" data-testId="imagery">
|
||||
<span v-if="imageUrl" class="flex justify-between">
|
||||
<span v-if="imageUrl" class="flex items-end gap-3">
|
||||
<a :href="imageUrl" target="_blank">
|
||||
<img :src="imageUrl" class="h-24 rounded-xl" />
|
||||
<img :src="imageUrl" class="h-36 rounded-lg" />
|
||||
</a>
|
||||
<font-awesome
|
||||
icon="trash-can"
|
||||
class="text-red-500 fa-fw ml-8 mt-10"
|
||||
class="text-red-500 fa-fw cursor-pointer"
|
||||
@click="confirmDeleteImage"
|
||||
/>
|
||||
</span>
|
||||
@@ -235,11 +235,11 @@
|
||||
</router-link>
|
||||
</div>
|
||||
|
||||
<p class="text-center mb-2 mt-6 italic">
|
||||
Sign & Send to publish to the world
|
||||
<p class="text-center text-sm my-4">
|
||||
<b class="font-medium">Sign & Send</b> to publish to the world
|
||||
<font-awesome
|
||||
icon="circle-info"
|
||||
class="pl-2 text-blue-500 cursor-pointer"
|
||||
class="fa-fw text-blue-500 text-base cursor-pointer"
|
||||
@click="explainData()"
|
||||
/>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user