/** * 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; } .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, .doc-block li { color: #1C1E21; line-height: 180%; font-size: 14px; font-weight: 400; } .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; }