Review fixes
This commit is contained in:
@@ -40,7 +40,9 @@
|
||||
}"
|
||||
>
|
||||
<div v-if="emailsToInvite.length === 0" class="px-5 py-16">
|
||||
<p class="text-sm text-slate-400">No members to invite</p>
|
||||
<p class="text-sm text-slate-400">
|
||||
{{ $t('ONBOARDING.INVITE_TEAM.LIST_EMPTY') }}
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
v-for="email in emailsToInvite"
|
||||
|
||||
@@ -159,7 +159,7 @@ export default {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style>
|
||||
<style scoped>
|
||||
.overlay-gradient {
|
||||
background: linear-gradient(90deg, rgba(252, 252, 253, 0) 81.8%, #fcfcfd 100%),
|
||||
linear-gradient(270deg, rgba(252, 252, 253, 0) 76.93%, #fcfcfd 100%),
|
||||
|
||||
Reference in New Issue
Block a user