step 2 : add legend

This commit is contained in:
Tykayn 2022-03-02 11:30:10 +01:00 committed by tykayn
parent 626b75e862
commit d1367ced27
1 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@
{{ 'creation.want' | translate }}
</h1>
<div class=" ">
<div class="kind-of-poll">
<fieldset class="kind-of-poll has-no-border">
<legend class="sr-only">{{ 'resume.kind' | translate }}</legend>
<div
class="button input-radio is-fullwidth has-background-kind-date"
[ngClass]="{
@ -36,7 +37,7 @@
</label>
<input type="radio" formControlName="isAboutDate" [value]="false" id="isAboutDate_false" />
</div>
</div>
</fieldset>
</div>
</div>
</form>