/* stylelint-disable scss/at-import-no-partial-leading-underscore */
/* stylelint-disable-next-line number-max-precision */
.log-panel-disconnected-message {
  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=LogPanel.css.map */
