non-playground doc page first draft

Reviewed By: danielbuechele

Differential Revision: D6968540

fbshipit-source-id: c5d408adb1d11c429d72a0f180ce3154ae0922a6
This commit is contained in:
Emil Sjölander
2018-02-13 03:50:36 -08:00
committed by Facebook Github Bot
parent c3de8016c0
commit 7e3136c347
3 changed files with 48 additions and 6 deletions

View File

@@ -0,0 +1,37 @@
.doc-block .markdown {
padding-top: 50px;
padding-bottom: 50px;
}
.doc-block .overview {
font-size: 12px;
font-weight: 600;
}
.doc-block h1 {
color: #1C1E21;
font-size: 48px;
font-weight: 300;
line-height: 110%;
}
.doc-block h2 {
color: #1C1E21;
font-size: 28px;
font-weight: 400;
line-height: 120%;
}
.doc-block h3 {
color: #1C1E21;
font-size: 16px;
font-weight: 700;
line-height: 200%;
}
.doc-block p {
color: #1C1E21;
line-height: 180%;
font-size: 14px;
font-weight: 400;
}