Skip to content
Snippets Groups Projects
Commit 3baf9c70 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

feat(structure): improve user message when no structure to create

parent 988d3587
No related branches found
No related tags found
3 merge requests!418V2.1.0,!415Resolve "Structure/création : message pas clair quand ce n'est pas une structure pour l'inclusion",!400V2.0
...@@ -60,8 +60,12 @@ ...@@ -60,8 +60,12 @@
</ng-container> </ng-container>
<ng-container *ngIf="formType === formTypeEnum.structure && step === structureFormStepEnum.noStructure"> <ng-container *ngIf="formType === formTypeEnum.structure && step === structureFormStepEnum.noStructure">
<div class="information-step-container profile-updated no-max-width"> <div class="information-step-container profile-updated no-max-width">
<img src="../../assets/form/profileUpdated.svg" alt="image profil" /> <img src="../../assets/form/profileSkip.svg" alt="image profil" />
<p class="no-margin-top">Votre profil a bien été mis à jour.</p> <h3 class="no-margin-top">La structure n'a pas vocation à être créée dans Rés'in.</h3>
<p class="no-margin-top">
Rés'in ne référence que les structures qui disposent d'un lieu d'accueil pour faire de l'accompagnement ou de la
formation.
</p>
<div class="btn"> <div class="btn">
<app-button <app-button
[style]="buttonTypeEnum.Primary" [style]="buttonTypeEnum.Primary"
......
...@@ -84,6 +84,14 @@ ...@@ -84,6 +84,14 @@
} }
} }
&.profile-updated { &.profile-updated {
h3 {
@include lato-bold-24;
text-align: center;
}
p {
@include lato-regular-18;
text-align: center;
}
.centered { .centered {
text-align: center; text-align: center;
font-weight: normal; font-weight: normal;
......
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