mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
step 2 : add legend
This commit is contained in:
parent
626b75e862
commit
d1367ced27
@ -7,7 +7,8 @@
|
|||||||
{{ 'creation.want' | translate }}
|
{{ 'creation.want' | translate }}
|
||||||
</h1>
|
</h1>
|
||||||
<div class=" ">
|
<div class=" ">
|
||||||
<div class="kind-of-poll">
|
<fieldset class="kind-of-poll has-no-border">
|
||||||
|
<legend class="sr-only">{{ 'resume.kind' | translate }}</legend>
|
||||||
<div
|
<div
|
||||||
class="button input-radio is-fullwidth has-background-kind-date"
|
class="button input-radio is-fullwidth has-background-kind-date"
|
||||||
[ngClass]="{
|
[ngClass]="{
|
||||||
@ -36,7 +37,7 @@
|
|||||||
</label>
|
</label>
|
||||||
<input type="radio" formControlName="isAboutDate" [value]="false" id="isAboutDate_false" />
|
<input type="radio" formControlName="isAboutDate" [value]="false" id="isAboutDate_false" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user