waveterm/frontend/app/view/plotview/plotview.scss
Evan Simkowitz d8edea9fbc
Oops i actually made the tabs wrong (#1384)
forgot to update .editorconfig to include scss...
2024-12-04 13:49:14 -08:00

23 lines
442 B
SCSS

// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
.plot-view {
width: 100%;
.plot-window {
display: flex;
justify-content: center;
}
.plot-config {
width: 100%;
margin: 0;
padding: 0;
resize: none;
height: 50vh;
background-color: var(--panel-bg-color);
color: var(--main-text-color);
font: var(--fixed-font);
}
}