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 @@ ...@@ -4,10 +4,9 @@
<div class="logo" <div class="logo"
(click)="navigateToInstitution()" (click)="navigateToInstitution()"
> >
<img src="assets/images/unigelogo.svg" <dlcm-shared-icon [iconName]="iconNameEnum.unigeWhite"
alt="Unige" class="xxxlg unige-logo"
class="unige-logo" ></dlcm-shared-icon>
>
</div> </div>
</div> </div>
<div class="right-part"> <div class="right-part">
......
...@@ -38,8 +38,8 @@ $logo-height: 68px; ...@@ -38,8 +38,8 @@ $logo-height: 68px;
max-height: $logo-width; max-height: $logo-width;
height: $logo-width; height: $logo-width;
position: relative; position: relative;
left: -7px; left: 4px;
top: -8px; 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