@import "photon";
@import "native";

ul {
  margin: 0;
  padding: 0;
}

.sidebar {
  background: #f5f5f4;
  display: flex;
  flex-direction: column;

  .nav-group {
    overflow: auto;
    flex: 1;
  }
}

.main {
  position: relative;
  flex: 1;
}

.nav-group {
  .sortable-placeholder {
    width: 100%;
    height: 26px;
  }
}

textarea {
  &:focus {
    outline: none;
  }
}

.Pane.vertical {
  height: 100%;
  display: flex;
}

.fixedDataTableCellLayout_columnResizerContainer {
  border-right: 1px solid #ccc;
}
