style answers page

This commit is contained in:
Le Libre Au Quotidien 2019-09-06 18:46:12 +02:00
parent 3be3bb44f1
commit e0898ba394
1 changed files with 6 additions and 8 deletions

View File

@ -4,7 +4,7 @@
</h1>
<p class="subtitle" i18n>
vous pouvez utiliser la syntaxe markdown
Vous pouvez utiliser la syntaxe markdown
</p>
<ol>
@ -14,17 +14,15 @@
type="text"
class="answer"
[(ngModel)]="answer.text"
placeholder="réponse"
>
<button (click)="config.answers.splice(i,1)">X</button>
>
</li>
</ol>
<button
class="btn-outline btn-block"
class="btn_border"
(click)="addAnswer()">
Ajouter
Ajouter une proposition
</button>
<a [routerLink]="'/step/resume'" class="btn btn-block">Voyons ce que ça donne</a>
<br>
<button [routerLink]="'/step/resume'" class="btn_background btn_white_text">Valider</button>
</div>