-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add DM fonts * fix(nuxtjs): use typescript * init style fixes * ✨ (head) move design things to defaultTheme instead of app also improve Windi parsing * add body text tokens * move hero parallax * HeroDescription * cleanup section titles and description * merge conflict * cleanup section titles and description * fix buttons * discover dx items * add category label * section content item * header border and bg; footer; lot of fixes * fix: parallax * update primary color * fix sections bgs * fix dark footer text colors * tokenise body text color; fixes * fix docus aside and toc dark bg Co-authored-by: Farnabaz <[email protected]> Co-authored-by: Yaël GUILLOUX <[email protected]>
- Loading branch information
1 parent
d98c578
commit 7538ae0
Showing
51 changed files
with
658 additions
and
517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<template> | ||
<span class="text-terciary font-bold text-lg">{{ label }}</span> | ||
</template> | ||
|
||
<script> | ||
import { defineComponent } from '@nuxtjs/composition-api' | ||
export default defineComponent({ | ||
props: { | ||
label: { | ||
type: String, | ||
default: '' | ||
} | ||
} | ||
}) | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<template> | ||
<p class="font-normal text-body-base xs:text-body-lg md:text-body-xl 2xl:text-body-2xl"> | ||
<slot /> | ||
</p> | ||
</template> |
Oops, something went wrong.