3
0
Fork 0
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:
Dragory 2025-06-01 14:43:40 +00:00
parent f5806932af
commit aaac328138
No known key found for this signature in database
45 changed files with 1284 additions and 9668 deletions

View 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;
}