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

@@ -1,41 +1,19 @@
<template>
<div class="font-mono p-2">
<div class="p-2">
<div
v-for="(header, index) in headers"
:key="`header-${index}`"
class="flex items-center"
>
<span
class="
flex
font-semibold
min-w-0
p-2
transition
group-hover:text-secondaryDark
"
>
<span class="flex min-w-0 p-2 transition group-hover:text-secondaryDark">
<span class="rounded select-all truncate">
{{ header.key }}
</span>
</span>
<span class="flex mx-2 justify-center items-center truncate"> </span>
<span
class="
flex
font-mono font-bold
mx-2
justify-center
items-center
truncate
"
>
</span>
<span
class="
flex
font-semibold
flex-1
flex flex-1
min-w-0
p-2
transition