Skip to content
Snippets Groups Projects
Commit dcb84528 authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

fix: unige logo on vertical toolbar

parent 32f83f7e
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,9 @@
<div class="logo"
(click)="navigateToInstitution()"
>
<img src="assets/images/unigelogo.svg"
alt="Unige"
class="unige-logo"
>
<dlcm-shared-icon [iconName]="iconNameEnum.unigeWhite"
class="xxxlg unige-logo"
></dlcm-shared-icon>
</div>
</div>
<div class="right-part">
......
......@@ -38,8 +38,8 @@ $logo-height: 68px;
max-height: $logo-width;
height: $logo-width;
position: relative;
left: -7px;
top: -8px;
left: 4px;
top: -11px;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment