2024-07-31 22:22:52 -07:00
|
|
|
// Copyright 2024, Command Line Inc.
|
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
|
|
.help-view {
|
|
|
|
|
width: 100%;
|
2024-09-04 21:15:39 -07:00
|
|
|
padding: 0 5px;
|
2024-07-31 22:22:52 -07:00
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
code {
|
|
|
|
|
font: var(--fixed-font);
|
|
|
|
|
background-color: var(--highlight-bg-color);
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
}
|
|
|
|
|
}
|