django-helpdeskmig/standalone/custom_navigation_header.html

11 lines
226 B
HTML
Raw Normal View History

<style>
.navbar-brand {
background: url("/static/helpdesk/img/icon512.png") no-repeat;
background-size: auto;
width: 130px;
background-size: contain;
height: 40px;
text-align: right;
}
</style>