Skip to content
Snippets Groups Projects
Commit 2cb5c7eb authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore(ui): annuaire

parent 2f098124
No related branches found
No related tags found
2 merge requests!783V3.0.0,!701chore(ui): annuaire
......@@ -5,9 +5,10 @@
<ng-container *ngIf="!isLoading">
<ng-container *ngIf="isLogged">
<div class="membersCount">
<h2 class="uppercase">membres</h2>
<h2 class="uppercase">membres du réseau</h2>
<div class="userNumber">
{{ userList.length }} membre(s)<span *ngIf="showPagination"> sur {{ totalUserResult }} </span>
{{ userList.length }} membre{{ userList.length > 1 ? 's' : '' }}
<span *ngIf="showPagination"> sur {{ totalUserResult }} </span>
</div>
</div>
<div class="resultsInfo">
......@@ -33,7 +34,7 @@
</div>
<div class="right">
<div *ngIf="user.employer" class="employer">{{ user.employer.name }}</div>
<app-svg-icon tabindex="0" [iconClass]="'icon-32'" [type]="'ico'" [icon]="'chevronRight'" />
<app-svg-icon [iconClass]="'icon-32'" [type]="'ico'" [icon]="'chevronRight'" />
</div>
</div>
<div *ngIf="showPagination" class="pagination">
......
......@@ -91,6 +91,7 @@
display: flex;
align-items: center;
gap: 1.5rem;
color: $grey-4;
.employer {
color: $grey-3;
}
......
......@@ -28,10 +28,10 @@
left: 733px;
}
&.jobs {
left: 34%;
left: 40%;
}
&.employers {
left: 43%;
left: 46%;
}
&.moreFilters {
width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment