Files
yoga/website-next/src/components/Playground/Sidebar.module.css

22 lines
450 B
CSS
Raw Normal View History

/**
* 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;
}