mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:26:36 +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
380 B
Plaintext
23 lines
380 B
Plaintext
@import (reference) '~dumi-theme-default/src/style/variables.less';
|
|
|
|
.__dumi-site-tree {
|
|
padding: 16px;
|
|
border: 1px solid @c-border;
|
|
border-radius: 2px;
|
|
background-color: @c-light-bg;
|
|
|
|
small {
|
|
padding-left: 24px;
|
|
font-size: 14px;
|
|
color: @c-secondary;
|
|
|
|
&::before {
|
|
content: '# ';
|
|
}
|
|
}
|
|
|
|
.ant-tree-switcher {
|
|
background: transparent;
|
|
}
|
|
}
|