dashboard: use webpack for builds; use tailwindcss instead of bulma; all sorts of tweaks
This commit is contained in:
parent
028786d348
commit
577500af92
42 changed files with 4813 additions and 3174 deletions
21
dashboard/src/style/components.pcss
Normal file
21
dashboard/src/style/components.pcss
Normal file
|
@ -0,0 +1,21 @@
|
|||
.inline-code {
|
||||
@apply inline-block;
|
||||
@apply bg-gray-800;
|
||||
@apply px-1;
|
||||
@apply rounded;
|
||||
@apply text-sm;
|
||||
}
|
||||
|
||||
.codeblock {
|
||||
@apply bg-gray-800;
|
||||
@apply p-3;
|
||||
@apply mb-4;
|
||||
@apply rounded;
|
||||
@apply text-sm;
|
||||
@apply shadow-md;
|
||||
|
||||
& .hljs {
|
||||
@apply bg-transparent;
|
||||
@apply p-0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue