mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 18:47:20 +00:00
refactor: build dashboard with vite
This commit is contained in:
parent
f5806932af
commit
aaac328138
45 changed files with 1284 additions and 9668 deletions
38
dashboard/src/style/components.css
Normal file
38
dashboard/src/style/components.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
.link {
|
||||
@apply text-blue-400;
|
||||
@apply underline;
|
||||
|
||||
&:hover {
|
||||
@apply text-blue-200;
|
||||
}
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
.inline-icon {
|
||||
top: 0.125rem;
|
||||
}
|
||||
|
||||
.sr-only-when-not-focused:not(:focus-within) {
|
||||
@apply sr-only;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue