Update colour class names

This commit is contained in:
Oliver Davies 2019-03-21 00:42:57 +00:00
parent eb9da4a8e0
commit 5323b6153f
18 changed files with 100 additions and 100 deletions

View file

@ -7,11 +7,11 @@
class="text-xs no-underline hover:underline flex flex-col items-center justify-center"
:class="{
'text-grey cursor-not-allowed': link.disabled,
'text-blue-3': !link.disabled,
'text-blue-300': !link.disabled,
}"
:disabled="link.disabled"
>
<svg class="h-6 w-6 fill-current mb-2" role="presentation"><use :xlink:href="`/img/icons.symbol.svg#${link.icon}`"></use></svg>
<svg class="h-6 w-6 fill-current mb-1" role="presentation"><use :xlink:href="`/img/icons.symbol.svg#${link.icon}`"></use></svg>
{{ link.title }}
</button>
</li>