com.graphhopper.maps.pt.view.sidebar.Leg.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphhopper-web-bundle Show documentation
Show all versions of graphhopper-web-bundle Show documentation
Use the GraphHopper routing engine as a web-service
.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);
}