mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-16 06:35:03 +00:00
Docs work
This commit is contained in:
parent
6a1ec188a6
commit
d9b65590d8
10 changed files with 167 additions and 91 deletions
dashboard/src/style
|
@ -23,7 +23,8 @@
|
|||
@apply mb-4;
|
||||
}
|
||||
|
||||
& a:not([class]) {
|
||||
& a:not([class]),
|
||||
& a[class=""] {
|
||||
@apply link;
|
||||
}
|
||||
|
||||
|
@ -36,6 +37,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
& ol:not([class]) {
|
||||
@apply list-decimal;
|
||||
@apply mb-4;
|
||||
|
||||
& li {
|
||||
@apply ml-6;
|
||||
}
|
||||
}
|
||||
|
||||
& code:not([class]) {
|
||||
@apply inline-code;
|
||||
}
|
||||
|
@ -44,3 +54,12 @@
|
|||
max-width: 600px;
|
||||
}
|
||||
}
|
||||
|
||||
@screen xl {
|
||||
.main-content {
|
||||
& a:not([class]),
|
||||
& a[class=""] {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue