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

fix(structures): fix card layout

parent fbe29994
No related branches found
No related tags found
2 merge requests!178release V1.10.0,!120Dev
<div class="structure" fxLayout="column" (click)="cardClicked()" (mouseenter)="cardHover()">
<div class="headerStructure" fxLayout="row" fxLayoutAlign="space-between center" fxLayoutGap="16px">
<div class="headerStructure" fxLayout="row" fxLayoutAlign="space-between baseline" fxLayoutGap="16px">
<div fxLayout="column" fxLayoutAlign="end">
<span class="structure-name" [ngClass]="{ notClaimed: !isClaimed }">{{ structure.structureName }}</span>
<span class="typeStructure">{{ structure.getLabelTypeStructure() }}</span>
......
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