refactor(ui): better spacing and font-weight

This commit is contained in:
liyasthomas
2021-11-06 21:15:28 +05:30
parent 0f07c47e9f
commit 40c88b3e35
44 changed files with 53 additions and 51 deletions

View File

@@ -23,7 +23,7 @@
border-t border-dividerLight
cursor-pointer
flex
font-medium
font-semibold
w-full
py-2
px-4

View File

@@ -126,12 +126,14 @@
v-tippy="{ theme: 'tooltip' }"
:title="$t('team.no_access')"
:label="$t('add.new')"
class="mb-4"
filled
/>
<ButtonSecondary
v-else
:label="$t('add.new')"
filled
class="mb-4"
@click.native="displayModalAdd(true)"
/>
</div>