Merge pull request #497 from nrenner/68-sl-routing

Add straight line support to routing
This commit is contained in:
Norbert Renner 2022-05-12 16:26:00 +02:00 committed by GitHub
commit e5ea9173ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 950 additions and 113 deletions

View file

@ -443,6 +443,22 @@ button.btn {
line-height: 30px;
}
button.activate-beeline-active,
button.deactivate-beeline-active {
transition-duration: 0.3s;
}
button.activate-beeline-active.disabled,
button.deactivate-beeline-active.disabled {
height: 0;
border-bottom-width: 0px;
}
.mdi.active {
fill: #2074b6;
}
.mdi {
width: 18px;
}
/* smaller tab height */
.nav > li > a {
padding: 2px 15px;