![JAR search and dependency download from the Maven repository](/logo.png)
com.graphhopper.maps.pt.view.sidebar.SearchInput.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
.searchInput {
display: flex;
flex-direction: column;
padding: 1rem;
}
.locationInput {
display: flex;
flex-direction: column;
}
.timeSelect {
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
}
.dateTimeContainer {
display: flex;
flex-direction: row;
}
.dateTimeContainer > * {
margin-left: 0.5rem;
}
.optionsButton {
border: 1px solid black;
border-radius: 2px;
background-color: transparent;
min-height: 2rem;
margin: 0.9rem 0 0.5rem 0;
transition-duration: 0.2s;
cursor: pointer;
}
.optionsButton:hover {
background-color: #98cbed;
}
.optionsButton:active {
background-color: #98cbed;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy