/*
 * Canvas project directory identity and clone controls.
 * Base project-directory geometry remains in the legacy layout baseline until
 * that generated stylesheet is modularized.
 */
.cpd-item-identity {
  margin-top: 2px;
  color: rgba(251, 191, 36, 0.82);
  font-size: 11px;
  line-height: 1.25;
}

.cpd-item-identity--danger {
  color: rgba(251, 113, 133, 0.92);
}

.cpd-item-clone {
  min-width: 42px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid rgba(139, 92, 246, 0.28);
  border-radius: 7px;
  background: rgba(139, 92, 246, 0.1);
  color: rgba(221, 214, 254, 0.88);
  font: inherit;
  font-size: 11px;
  cursor: pointer;
}

.cpd-item-clone:hover {
  border-color: rgba(139, 92, 246, 0.48);
  background: rgba(139, 92, 246, 0.2);
  color: #fff;
}

.cpd-item-clone:disabled {
  cursor: wait;
  opacity: 0.55;
}
