style(coming-soon): align with design system tokens
Replace Tailwind utility color classes with CSS custom properties, remove rounded corners, use dashed borders and parch button style.
This commit is contained in:
parent
c6b970a621
commit
7b9448ffd5
2 changed files with 166 additions and 42 deletions
|
|
@ -1,5 +1,12 @@
|
|||
<template>
|
||||
<div class="min-h-screen bg-guild-900">
|
||||
<div class="coming-soon-layout">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.coming-soon-layout {
|
||||
min-height: 100vh;
|
||||
background: var(--bg);
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue