Skip to content
Snippets Groups Projects
Commit 1f9316da authored by josborg's avatar josborg
Browse files

Margenes

parent df206cc5
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
</fieldset>
<div class="row table-responsive mt-5">
<ul class="list-group" *ngFor="let pregunta of encuesta.preguntas; let j = index">
<li class="list-group-item mt-2">
<li class="list-group-item mt-5">
<div class="row">
<div class="col-sm-6">
{{pregunta.name}}
......
......@@ -24,11 +24,11 @@
<p class="fw-bold">{{preguntas[this.i].name}}</p>
<div *ngFor="let option of preguntas[this.i].opciones">
<div class="radio">
<div class="radio mt-5">
<input class="form-check-input" type="radio" name={{preguntas[this.i].id}}
id="radio-{{option.id}}" [(ngModel)]="r" [value]="option.id" required/>
<label class="form-check-label mt-5" for="radio-{{option.id}}">
<label class="form-check-label" for="radio-{{option.id}}">
{{option.name}}
</label>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment