/*
 * The file is auto-generated by VueResourceGenerator.
 * Do not modify. Any modifications may be lost during regeneration.
 */
.EditTree-item {
  list-style-type: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.EditTree-toggle {
  grid-area: toggle;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2px;
  height: 100%;
  color: #656d76;
}

.EditTree-icon {
  fill: #54aeff;
}

.EditTree-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: none;
}

.EditMain-scrollable {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


