refactor(ui): better font weight, icon hover states, etc

This commit is contained in:
liyasthomas
2021-08-13 16:44:02 +05:30
parent 08e3cffff8
commit 11816111ea
94 changed files with 547 additions and 514 deletions

View File

@@ -5,14 +5,13 @@
<Pane class="hide-scrollbar !overflow-auto">
<AppSection label="import">
<div class="flex p-4 items-start justify-between">
<label class="font-semibold">
<label>
{{ $t("generate_docs_message") }}
</label>
<span
class="
bg-accentDark
rounded
font-semibold
text-accentContrast
py-1
px-2
@@ -34,11 +33,12 @@
sticky
"
>
<label for="collectionUpload" class="font-semibold">
<label for="collectionUpload">
<ButtonSecondary
v-tippy="{ theme: 'tooltip' }"
title="JSON"
icon="folder"
class="rounded-none"
:label="$t('import.collections')"
@click.native="$refs.collectionUpload.click()"
/>