/* Menus module styles.
   Tree view highlighting and child indentation. */

.items-tree .list-group {
  margin-bottom: 0;
}

.items-tree .list-group-item.parent {
  background: #f1f3f5;
  border-left: 4px solid #343a40;
}

.items-tree .list-group-item.parent > div {
  padding-left: 0.25rem;
}

.items-tree ul.list-group ul.list-group {
  margin-top: 0.5rem;
  padding-left: 1.25rem;
}

.items-tree ul.list-group ul.list-group .list-group-item {
  margin-top: 0.35rem;
}