diff --git a/src/app/shared/components/structure-options-modal/structure-options-modal.component.html b/src/app/shared/components/structure-options-modal/structure-options-modal.component.html index a9aab9a7872b158601b109ae9e1faf6565da35ab..dd0db6ea1f48bdcd182843b5893ce2bd78f79fb4 100644 --- a/src/app/shared/components/structure-options-modal/structure-options-modal.component.html +++ b/src/app/shared/components/structure-options-modal/structure-options-modal.component.html @@ -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> diff --git a/src/app/shared/components/structure-options-modal/structure-options-modal.component.scss b/src/app/shared/components/structure-options-modal/structure-options-modal.component.scss index 94ed697a361b896dce9d268766a9dcf6eb01227a..781140e04316a1e16e177c8f18ab9501e8a9cf58 100644 --- a/src/app/shared/components/structure-options-modal/structure-options-modal.component.scss +++ b/src/app/shared/components/structure-options-modal/structure-options-modal.component.scss @@ -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 {