/* stylelint-disable scss/at-import-no-partial-leading-underscore */
/* stylelint-disable-next-line number-max-precision */
.command-history-pane {
  background-color: var(--dh-color-gray-75);
}
.command-history-pane .command-history-disconnected-message {
  background-color: var(--dh-color-content-bg, #2d2a2e);
  color: var(--dh-color-gray-600);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}

/*# sourceMappingURL=CommandHistoryPanel.css.map */
