3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-07 19:17:19 +00:00

feat: vite dashboard tweaks/fixes

This commit is contained in:
Dragory 2025-06-01 19:37:10 +00:00
parent aaac328138
commit 177f13d1fc
No known key found for this signature in database
16 changed files with 94 additions and 128 deletions

View file

@ -1,9 +1,11 @@
@import "tailwindcss";
@import "./reset.css";
@import "./base.css";
@import "./splash.css";
@import "tailwindcss";
@import "vue-material-design-icons/styles.css";
@import "./content.css";
@import "./docs.css";
/* Reset some icon default styles for more predictable alignment */

View file

@ -66,15 +66,14 @@
}
}
@screen lg {
@media (width >= theme(--breakpoint-lg)) {
.main-content {
& h1 {
@apply text-5xl;
}
}
}
@screen xl {
@media (width >= theme(--breakpoint-xl)) {
.main-content {
& a:not([class]),
& a[class=""] {

View file

@ -1,3 +0,0 @@
@import "./reset.css";
@import "./base.css";
@import "./splash.css";

View file

@ -15,17 +15,14 @@
color: #fff;
}
& > #error {
& > .error {
display: flex;
width: 100%;
max-width: 750px;
flex-direction: row;
justify-content: center;
margin-top: 16px;
&.has-error {
display: flex;
}
& .message {
flex: 0 1 auto;
text-align: left;
@ -154,7 +151,3 @@
}
}
}
@media screen and (min-width: 1024px) {
}