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

fix(profile): update remove user from structure style

parent 92f12737
No related branches found
No related tags found
1 merge request!187Dev
......@@ -167,7 +167,7 @@
</div>
<div fxLayout="column" fxLayoutGap="16px" class="ownersBlock">
<div class="row removeOwner" *ngFor="let owner of structure.owners" fxLayoutGap="16px">
<button class="btn-primary small" (click)="removeOwner(owner.id)">X</button>
<button class="btn-primary" (click)="removeOwner(owner.id)">Supprimer</button>
<span>
{{ owner.email }}
</span>
......
......@@ -63,12 +63,13 @@ button {
white-space: nowrap;
width: 84%;
text-overflow: ellipsis;
@include cn-regular-16;
button {
width: 40px;
width: 130px;
background-color: $red-default;
}
span {
@include cn-bold-18;
@include cn-regular-18;
}
}
button {
......
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