All Downloads are FREE. Search and download functionalities are using the official Maven repository.

assets.pt.view.sidebar.Leg.css Maven / Gradle / Ivy

.legDescriptionDetails {
  display: flex;
  flex-direction: row;
}

.carrotContainer {
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
  stroke: currentColor;
}

.carrotContainerFlipped {
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
  stroke: currentColor;
}

.carrotContainer > svg {
  transition: 0.3s ease;
}

.carrotContainerFlipped > svg {
  transition: 0.3s ease;
  transform: rotateX(180deg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy