non-playground doc page first draft
Reviewed By: danielbuechele Differential Revision: D6968540 fbshipit-source-id: c5d408adb1d11c429d72a0f180ce3154ae0922a6
This commit is contained in:
committed by
Facebook Github Bot
parent
c3de8016c0
commit
7e3136c347
37
website/src/templates/index.css
Normal file
37
website/src/templates/index.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user