fix: change subcategory format (#1026)

* fix: change subcategory format

* Fix sidebars

* Refactor

* Fix implementation

* Change format
This commit is contained in:
Yangshun Tay 2018-10-10 08:33:20 -07:00 committed by GitHub
parent c277f46a60
commit fe500dea82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 493 additions and 15047 deletions

View file

@ -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 {