mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-08 19: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
21
dashboard/src/style/app.css
Normal file
21
dashboard/src/style/app.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
@import "tailwindcss";
|
||||
|
||||
@import "vue-material-design-icons/styles.css";
|
||||
|
||||
@import "./content.css";
|
||||
|
||||
@import "./docs.css";
|
||||
|
||||
/* Reset some icon default styles for more predictable alignment */
|
||||
.material-design-icon > .material-design-icon__svg {
|
||||
position: static;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
|
||||
@apply bg-gray-900;
|
||||
@apply text-gray-300;
|
||||
@apply text-base;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue