- Banner class code consolidation for API pages - Set up temporary table of contents class and file - API pages title styling - Add color styling to doc-type listed on each API details page - Classes and SCSS variables refactor - Mobile optimization on headers, info-banner, and API pages - API page table custom styling - API Class Overview template code overview into table format
10 lines
188 B
SCSS
10 lines
188 B
SCSS
nav#main-table-of-contents {
|
|
width: 200px;
|
|
height: 900px;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 50px;
|
|
bottom: 100px;
|
|
margin-left: 32px;
|
|
background-color: $blue;
|
|
} |