Skip to content

Commit

Permalink
♿️ (mon-pix): use strong html tag in step two and three
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiaPena committed Jun 17, 2024
1 parent 465d47c commit 635d324
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<dd class="instructions-description-list__first-description">
{{t "pages.certification-instructions.steps.3.paragraphs.1.text1"}}

<span class="instructions-content__text--bold">
<strong>
{{t "pages.certification-instructions.steps.3.paragraphs.1.strong-text"}}
</span>
</strong>

{{t "pages.certification-instructions.steps.3.paragraphs.1.text2"}}
</dd>
Expand All @@ -31,9 +31,9 @@
<dd>
{{t "pages.certification-instructions.steps.3.paragraphs.2.text1"}}

<span class="instructions-content__text--bold">
<strong>
{{t "pages.certification-instructions.steps.3.paragraphs.2.strong-text"}}
</span>
</strong>

{{t "pages.certification-instructions.steps.3.paragraphs.2.text2"}}
</dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<p class="instructions-content-step-two__paragraph">
{{t "pages.certification-instructions.steps.2.paragraphs.1.text"}}

<span class="instructions-content__text--bold">
<strong>
{{t "pages.certification-instructions.steps.2.paragraphs.1.strong-text"}}
</span>
</strong>
</p>

<h3 class="instructions-content__title--bold">
Expand All @@ -33,9 +33,9 @@
<p>
{{t "pages.certification-instructions.steps.2.paragraphs.2.text"}}

<span class="instructions-content__text--bold">
<strong>
{{t "pages.certification-instructions.steps.2.paragraphs.2.strong-text"}}
</span>
</strong>
<br />
<span class="instructions-content__text--light">
{{t "pages.certification-instructions.steps.2.paragraphs.2.light-text"}}
Expand Down
4 changes: 0 additions & 4 deletions mon-pix/app/styles/pages/_certification-instructions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@
}

&__text {
&--bold {
font-weight: var(--pix-font-bold);
}

&--light {
font-size: 0.875rem;
}
Expand Down

0 comments on commit 635d324

Please sign in to comment.