-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #170 from qwikerx/feat/figma-2
Feat/figma 2
- Loading branch information
Showing
106 changed files
with
630 additions
and
568 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
.doc-page h1 { | ||
@apply mb-2; | ||
@apply mb-2 text-3xl font-extrabold; | ||
} | ||
|
||
.doc-page h2 { | ||
@apply mt-8 mb-2 scroll-m-16; | ||
@apply mb-2 mt-8 scroll-m-16 text-2xl font-bold; | ||
} | ||
|
||
.doc-page h3 { | ||
@apply mt-8 mb-2; | ||
@apply mb-2 mt-8 text-xl; | ||
} | ||
|
||
.doc-page h4 { | ||
@apply mt-8 mb-2; | ||
@apply mb-2 mt-8 text-lg; | ||
} | ||
|
||
.doc-page p { | ||
@apply my-4 text-base text-gray-600 dark:text-gray-400; | ||
} | ||
|
||
.doc-page ul { | ||
@apply mt-4 list-disc list-inside; | ||
@apply mt-4 list-inside list-disc; | ||
} | ||
|
||
.doc-page ol { | ||
@apply mt-4 list-decimal list-inside; | ||
@apply mt-4 list-inside list-decimal; | ||
} | ||
|
||
.doc-page hr { | ||
@apply my-8 border-t border-gray-200 dark:border-gray-800; | ||
} | ||
|
||
.doc-page em { | ||
@apply text-purple-700 dark:text-purple-300 not-italic; | ||
@apply not-italic text-purple-700 dark:text-purple-300; | ||
} |
Oops, something went wrong.