Skip to content
Snippets Groups Projects
Commit 3a2ee2d3 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Merge branch '540-onboading-design-libelle-a-revoir' into 'dev'

fix(profile): center information steps content & improve responsive + add info for employeur screen

See merge request !855
parents ac6fcda0 0352ab99
No related branches found
No related tags found
2 merge requests!907V3.2.0,!855fix(profile): center information steps content & improve responsive + add info for employeur screen
......@@ -2,6 +2,10 @@
@import 'color';
@import 'breakpoint';
::ng-deep.page:has(.information-step-container) {
align-items: center;
}
.information-step-container {
display: flex;
flex-direction: column;
......@@ -19,6 +23,8 @@
img {
width: 200px;
height: 200px;
max-width: 100%;
max-height: 25vh;
}
h3 {
......
<form [formGroup]="profileForm">
<div class="title">
<h3>Qui vous emploie&nbsp;?</h3>
<p>L’employeur demandé est celui qui figure sur votre fiche de paie (ou fiche de poste)</p>
<p>
L’employeur demandé est celui qui figure sur votre fiche de paie (ou fiche de poste)<br />
Si vous êtes bénévole, recherchez la structure dans laquelle vous intervenez
</p>
</div>
<div>
<app-input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment