django-helpdeskmig/standalone/custom_navigation_header.html
2023-11-23 20:35:26 +01:00

11 lines
226 B
HTML

<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>