mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:36:45 +00:00
d5d0e1036b
* docs: add docs * ignore dumi theme test * fix: error TS2717: Subsequent property declarations must have the same type. * update docs * deploy gh-pages * plugins docs * hash & cname * exportStatic * ssr * vercel * vercel * fix: deploy vercel * Delete vercel.json * docs * fix APP_DIST * on master branch
23 lines
328 B
Plaintext
Executable File
23 lines
328 B
Plaintext
Executable File
@import (reference) '../style/variables.less';
|
|
|
|
ul[role='slug-list'] {
|
|
&:empty {
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
li {
|
|
> a.active {
|
|
color: darken(@c-primary, 2%);
|
|
}
|
|
|
|
&[data-depth='3'] {
|
|
padding-left: 24px;
|
|
}
|
|
|
|
&[data-depth='4'] {
|
|
padding-left: 48px;
|
|
}
|
|
}
|
|
}
|