Add beeline button

This commit is contained in:
Norbert Renner 2021-05-05 22:25:10 +02:00
parent 6ea972bcf8
commit b4fbae093f
4 changed files with 55 additions and 1 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;