@import 'ui-variables';

.nuclide-outline-view {
  flex: 1;
  /* Prevents this element from shrinking smaller than the width of its content */
  min-width: -webkit-min-content;
}

.nuclide-outline-view-loading {
  text-align: center;
}

.nuclide-outline-view-item {
  cursor: pointer;
  font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
}

.panel-heading .nuclide-outline-view-close-button {
  top: -0.25em;
}
