feat: Initialize project with core Nuxt configuration, Quasar layouts, global Tailwind CSS, and essential components.
This commit is contained in:
parent
1b9119e606
commit
76b64a30ae
10 changed files with 311 additions and 160 deletions
|
|
@ -86,7 +86,7 @@ const handleError = () => {
|
|||
background-color: var(--bg-body);
|
||||
color: var(--text-main);
|
||||
padding: 24px;
|
||||
font-family: 'Inter', 'Prompt', 'Sarabun', sans-serif;
|
||||
font-family: var(--font-main);
|
||||
}
|
||||
|
||||
.error-content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue