/*
 * This file belongs to Hoist, an application development toolkit
 * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
 *
 * Copyright © 2026 Extremely Heavy Industries Inc.
 */

.xh-admin-app {
  // The admin console uses left side-tab rails throughout - give them a consistent minimum width.
  // All other vertical-switcher styling is inherited from the framework default.
  .xh-tab-switcher--left,
  .xh-tab-switcher--right {
    --xh-tab-switcher-vertical-min-width: 160px;
  }

  &__editor-dialog {
    height: 80vh;
    width: 80vw;
  }

  .xh-badge-col {
    --xh-badge-font-size: 0.9em;
    background-color: var(--xh-intent-primary-darker);
    font-family: var(--xh-font-family-mono);
  }
}

.xh-units-label {
  font-size: var(--xh-font-size-small-px);
}
