Add support for image icons in navigation

This commit is contained in:
Raphael Michel
2017-05-23 11:42:42 +02:00
parent 8ff2c42070
commit 006b6fd5e8
2 changed files with 9 additions and 1 deletions

View File

@@ -29,6 +29,11 @@ nav.navbar {
display: inline;
}
#side-menu img.fa-img {
height: auto;
width: 1.28571em;
}
nav.navbar .danger, nav.navbar .danger:hover, nav.navbar .danger:active {
background: $brand-danger !important;
}