mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
⚡ all steps and demo page
This commit is contained in:
parent
488b9f677a
commit
54c7c6568d
@ -19,7 +19,7 @@ export const Routes =
|
|||||||
{path: 'step/answers', component: AnswersComponent},
|
{path: 'step/answers', component: AnswersComponent},
|
||||||
{path: 'step/pictures', component: PicturesComponent},
|
{path: 'step/pictures', component: PicturesComponent},
|
||||||
{path: 'step/visibility', component: VisibilityComponent},
|
{path: 'step/visibility', component: VisibilityComponent},
|
||||||
{path: 'step/recapitulatif', component: ResumeComponent},
|
{path: 'step/resume', component: ResumeComponent},
|
||||||
{path: 'step/end', component: EndConfirmationComponent},
|
{path: 'step/end', component: EndConfirmationComponent},
|
||||||
]
|
]
|
||||||
;
|
;
|
||||||
|
@ -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>cette étape est en cours de développement. <br> S'inspirer de la page de FormContainer pour réaliser d'autres pages
|
||||||
</p>
|
</p>
|
||||||
<a [routerLink]="'/step/end'" class="btn btn-block">C'est parfait!</a>
|
<a [routerLink]="'/step/end'" class="btn btn-block">C'est parfait!</a>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<a
|
<a
|
||||||
|
|
||||||
[routerLink]="'/step/date'">
|
[routerLink]="'/step/date'">
|
||||||
Aller aux dates
|
Les Dates
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
|
|
||||||
@ -33,7 +33,7 @@
|
|||||||
<a
|
<a
|
||||||
|
|
||||||
[routerLink]="'/step/kind'">
|
[routerLink]="'/step/kind'">
|
||||||
Aller aux options classiques
|
Page démo
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
|
|
||||||
|
@ -45,10 +45,13 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
nav & {
|
nav & {
|
||||||
|
|
||||||
|
@extend .btn-outline, .btn;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
@extend .btn-outline, .btn;
|
padding: 0.5em;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user