Skip to content

Commit

Permalink
font-weight bold
Browse files Browse the repository at this point in the history
  • Loading branch information
Lealefoulon committed Jan 6, 2025
1 parent 1d64190 commit 6a5d8bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/regulation/fragments/_measure_form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<li role="status" data-autocomplete-target="status"></li>
</ul>
</div>

<hr class="fr-mt-3w" />
<fieldset
aria-labelledby="regulation-location-{{ locationIndex }}-{{ roadType }}-reference-point"
data-reset-target="element"
Expand All @@ -233,7 +233,7 @@
class="fr-mt-2w"
aria-labelledby="regulation-location-{{ locationIndex }}-{{ roadType }}-reference-point-start-legend"
>
<legend id="regulation-location-{{ locationIndex }}-{{ roadType }}-reference-point-start-legend">
<legend id="regulation-location-{{ locationIndex }}-{{ roadType }}-reference-point-start-legend" class="fr-fieldset__legend">
{{ 'regulation.location.referencePoint.from'|trans }}
</legend>
<div class="fr-grid-row fr-grid-row--gutters">
Expand All @@ -246,7 +246,7 @@
class="fr-mt-2w fr-mb-2w"
aria-labelledby="regulation-location-{{ locationIndex }}-{{ roadType }}-reference-point-end-legend"
>
<legend id="regulation-location-{{ locationIndex }}-{{ roadType }}-reference-point-end-legend">
<legend id="regulation-location-{{ locationIndex }}-{{ roadType }}-reference-point-end-legend" class="fr-fieldset__legend">
{{ 'regulation.location.referencePoint.to'|trans }}
</legend>
<div class="fr-grid-row fr-grid-row--gutters">
Expand Down

0 comments on commit 6a5d8bb

Please sign in to comment.