Skip to content

Commit

Permalink
style: Uniformisation de taille de police (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuget authored Jan 9, 2025
1 parent aa42033 commit fdca36d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@
</p>
{/if}
</div>

<style lang="postcss">
p {
@apply m-s0 text-f16 text-gray-text;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<hr class="mb-s10 mt-s20" />

<div>
<h3 class="!mb-s10 text-f17">
<h3 class="!mb-s10">
<span class="mr-s8 h-s24 w-s24 fill-current">
{@html listCheckIcon}
</span>
Expand All @@ -90,9 +90,9 @@
<hr class="mb-s10 mt-s20" />

{#if service.durationWeeklyHours && service.durationWeeks}
<div>
<h3 class="!mb-s10 text-f17">
<span class="mr-s8 h-s24 w-s24 fill-current">
<div class="flex-1">
<h3>
<span class="mr-s8 h-s24 w-s24 shrink-0 self-baseline fill-current">
{@html timerFlashIcon}
</span>
Durée de la prestation
Expand Down

0 comments on commit fdca36d

Please sign in to comment.