Skip to content
Snippets Groups Projects
Commit 167feb5d authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(design): members alignment

parent 19050d57
No related branches found
No related tags found
3 merge requests!418V2.1.0,!400V2.0,!230V2.0
......@@ -259,7 +259,7 @@
fxLayoutGap="8px"
>
<h2>Membres</h2>
<div fxLayout="column" fxLayoutGap="8px">
<div fxLayout="column" fxLayoutGap="8px" fxLayoutAlign="baseline baseline">
<div *ngFor="let member of structureAdmins" class="member-card">
<app-svg-icon
class="avatar"
......@@ -522,14 +522,14 @@
(closed)="claimStructure($event)"
></app-modal-confirmation>
<app-join-modal-confirmation
[openned]="joinModalOpenned"
[title]="'Travaillez-vous ici&nbsp;?'"
[primaryContent]="'Un message sera envoyé à un administrateur de la structure'"
[secondaryContent]="structure.structureName"
[customConfirmationText]="'Rejoindre la structure'"
(closed)="joinStructure($event)"
></app-join-modal-confirmation>
<app-join-modal-confirmation
[openned]="joinModalOpenned"
[title]="'Travaillez-vous ici&nbsp;?'"
[primaryContent]="'Un message sera envoyé à un administrateur de la structure'"
[secondaryContent]="structure.structureName"
[customConfirmationText]="'Rejoindre la structure'"
(closed)="joinStructure($event)"
></app-join-modal-confirmation>
<app-text-input-modal
[openned]="structureErrorModalOpenned"
......
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