Reviewed By: danielbuechele Differential Revision: D6987631 fbshipit-source-id: 8b3431fa885fb94d4a87119b5a5199db0b36b20c
80 lines
1.3 KiB
CSS
80 lines
1.3 KiB
CSS
/**
|
|
* Copyright (c) 2014-present, Facebook, Inc.
|
|
* All rights reserved.
|
|
*
|
|
* This source code is licensed under the BSD-style license found in the
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
*/
|
|
|
|
.doc-block.playground {
|
|
height: 1vh;
|
|
}
|
|
|
|
.no-playground .markdown {
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.doc-block .markdown {
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.doc-block .overview {
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.doc-block h1 {
|
|
color: #444950;
|
|
font-size: 48px;
|
|
font-weight: 300;
|
|
line-height: 110%;
|
|
}
|
|
|
|
.doc-block h2 {
|
|
color: #444950;
|
|
font-size: 32px;
|
|
font-weight: 400;
|
|
line-height: 120%;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.doc-block h3 {
|
|
color: #444950;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
line-height: 180%;
|
|
}
|
|
|
|
.doc-block p {
|
|
color: #444950;
|
|
line-height: 160%;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.doc-block li {
|
|
color: #444950;
|
|
line-height: 150%;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.doc-block .prop {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.doc-block pre {
|
|
background-color: #f5f5f5 !important;
|
|
border-radius: 3px;
|
|
padding: 10px !important;
|
|
}
|
|
|
|
.doc-block pre, .doc-block code {
|
|
background-color: #f5f5f5;
|
|
border-radius: 3px;
|
|
padding-left: 3px;
|
|
padding-right: 3px;
|
|
} |