feat: remove tailwindcss + introduce windicss
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
<template>
|
||||
<div class="page page-error">
|
||||
<h1 class="mb-4 font-mono text-4xl">{{ statusCode }}</h1>
|
||||
<h3 class="mb-4 font-mono text-xs">{{ message }}</h3>
|
||||
<h1 class="mb-4 font-mono heading text-4xl">{{ statusCode }}</h1>
|
||||
<h3 class="mb-4 heading font-mono text-xs">{{ message }}</h3>
|
||||
<p class="mt-4 border-t border-tooltip">
|
||||
<nuxt-link to="/">
|
||||
<button class="icon">
|
||||
<button class="icon button">
|
||||
<i class="material-icons">home</i>
|
||||
<span>
|
||||
{{ $t("go_home") }}
|
||||
</span>
|
||||
</button>
|
||||
</nuxt-link>
|
||||
<button class="icon" @click="reloadApplication">
|
||||
<button class="icon button" @click="reloadApplication">
|
||||
<i class="material-icons">refresh</i>
|
||||
<span>
|
||||
{{ $t("reload") }}
|
||||
|
||||
Reference in New Issue
Block a user