/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ .placeholder { color: var(--ifm-color-content-secondary); margin: auto; text-align: center; } .sidebar { z-index: 3; width: 320px; background: var(--ifm-background-surface-color); display: flex; flex-direction: column; padding: 20px; }