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:
parent
aaac328138
commit
177f13d1fc
16 changed files with 94 additions and 128 deletions
|
@ -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 */
|
||||
|
|
|
@ -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=""] {
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
@import "./reset.css";
|
||||
@import "./base.css";
|
||||
@import "./splash.css";
|
|
@ -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) {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue