padding between content
This commit is contained in:
parent
f4799104aa
commit
2c94f9cf30
@ -174,7 +174,7 @@
|
|||||||
<p class="text-sm text-gray-600 mb-2">{{ mission.description }}</p>
|
<p class="text-sm text-gray-600 mb-2">{{ mission.description }}</p>
|
||||||
|
|
||||||
<p
|
<p
|
||||||
class="text-xs font-semibold"
|
class="text-xs font-semibold border-b pb-2"
|
||||||
:class="{
|
:class="{
|
||||||
'text-green-600': mission.userStatus === 'completed',
|
'text-green-600': mission.userStatus === 'completed',
|
||||||
'text-yellow-600': mission.userStatus === 'in_progress',
|
'text-yellow-600': mission.userStatus === 'in_progress',
|
||||||
@ -184,7 +184,7 @@
|
|||||||
Status: {{ mission.userStatus }}
|
Status: {{ mission.userStatus }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="flex items-center gap-4 text-xs text-gray-700">
|
<div class="flex items-center gap-4 text-xs text-gray-700 pt-2">
|
||||||
<span class="flex items-center gap-1">
|
<span class="flex items-center gap-1">
|
||||||
<svg class="w-4 h-4 text-gray-500" fill="currentColor" viewBox="0 0 20 20">
|
<svg class="w-4 h-4 text-gray-500" fill="currentColor" viewBox="0 0 20 20">
|
||||||
<path
|
<path
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user