Files
yoga/website/src/components/DocsSidebar.css
Daniel Büchele 951a429ac5 Template for docs pages
Summary:
- Dynamic loading of documentation pages
- code highlighting for markdown files
- editing playground from sidebar

Reviewed By: emilsjolander

Differential Revision: D6964951

fbshipit-source-id: 1c7f36afa8d23215471d5b9a9c01bd2241c2008e
2018-02-12 10:46:03 -08:00

16 lines
206 B
CSS

.DocsSidebar {
height: 100%;
width: 350px;
padding: 20px;
border-right: 1px solid #dddfe2;
}
.DocsSidebar h3 {
margin-bottom: 0;
}
.DocsSidebar h4 {
margin-top: 10px;
margin-bottom: 5px;
}