mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 02:42:41 +02:00
fix: change subcategory format (#1026)
* fix: change subcategory format * Fix sidebars * Refactor * Fix implementation * Change format
This commit is contained in:
parent
c277f46a60
commit
fe500dea82
19 changed files with 493 additions and 15047 deletions
|
@ -1757,11 +1757,10 @@ input::placeholder {
|
|||
}
|
||||
|
||||
.toc .toggleNav .subNavGroup {
|
||||
margin-top : 16px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.toc .toggleNav .navGroup .navGroupCategoryTitle,
|
||||
.toc .toggleNav .navGroup .navGroupSubCategoryTitle {
|
||||
.toc .toggleNav .navGroup .navGroupCategoryTitle {
|
||||
color: #393939;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
|
@ -1770,8 +1769,14 @@ input::placeholder {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.toc .toggleNav .navGroup .navGroupSubCategoryTitle {
|
||||
font-size: 16px;
|
||||
.toc .toggleNav .navGroup .navGroupSubcategoryTitle {
|
||||
color: #393939;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
.toc .toggleNav .navGroup .navListItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue