all steps and demo page

This commit is contained in:
tykayn 2019-08-10 18:38:07 +02:00
parent 488b9f677a
commit 54c7c6568d
4 changed files with 8 additions and 4 deletions

View File

@ -19,7 +19,7 @@ export const Routes =
{path: 'step/answers', component: AnswersComponent},
{path: 'step/pictures', component: PicturesComponent},
{path: 'step/visibility', component: VisibilityComponent},
{path: 'step/recapitulatif', component: ResumeComponent},
{path: 'step/resume', component: ResumeComponent},
{path: 'step/end', component: EndConfirmationComponent},
]
;

View File

@ -1,3 +1,4 @@
<h1>page de démo</h1>
<p>cette étape est en cours de développement. <br> S'inspirer de la page de FormContainer pour réaliser d'autres pages
</p>
<a [routerLink]="'/step/end'" class="btn btn-block">C'est parfait!</a>

View File

@ -3,7 +3,7 @@
<a
[routerLink]="'/step/date'">
Aller aux dates
Les Dates
</a>
<a
@ -33,7 +33,7 @@
<a
[routerLink]="'/step/kind'">
Aller aux options classiques
Page démo
</a>
<a

View File

@ -45,10 +45,13 @@ a {
text-decoration: none;
nav & {
@extend .btn-outline, .btn;
display: inline-block;
margin: 0.5em;
@extend .btn-outline, .btn;
padding: 0.5em;
color: #000;
font-size: 1rem;
}
}