add logo to topbar

This commit is contained in:
Pierre Bondoerffer
2017-08-02 12:37:56 +02:00
parent 8a56029bfe
commit e2f8c9c5da
3 changed files with 18 additions and 0 deletions

View File

@@ -120,10 +120,22 @@
-webkit-user-select: none;
-ms-user-select: none;
.navbar-nav {
display: flex;
align-items: center;
}
a {
font-weight: 500;
padding: 0.6em;
.infopages_link()
}
.cp-logo {
img {
height: @infopages_infobar-height / 2;
}
margin-right: 0.5em;
}
}
}