diff --git a/mon-pix/app/components/certification-instructions/step-three.hbs b/mon-pix/app/components/certification-instructions/step-three.hbs index 88a3de2ebbb..9a6e28256a1 100644 --- a/mon-pix/app/components/certification-instructions/step-three.hbs +++ b/mon-pix/app/components/certification-instructions/step-three.hbs @@ -18,9 +18,9 @@
{{t "pages.certification-instructions.steps.3.paragraphs.1.text1"}} - + {{t "pages.certification-instructions.steps.3.paragraphs.1.strong-text"}} - + {{t "pages.certification-instructions.steps.3.paragraphs.1.text2"}}
@@ -31,9 +31,9 @@
{{t "pages.certification-instructions.steps.3.paragraphs.2.text1"}} - + {{t "pages.certification-instructions.steps.3.paragraphs.2.strong-text"}} - + {{t "pages.certification-instructions.steps.3.paragraphs.2.text2"}}
diff --git a/mon-pix/app/components/certification-instructions/step-two.hbs b/mon-pix/app/components/certification-instructions/step-two.hbs index c2b3f74fdd8..89beddb18ed 100644 --- a/mon-pix/app/components/certification-instructions/step-two.hbs +++ b/mon-pix/app/components/certification-instructions/step-two.hbs @@ -22,9 +22,9 @@

{{t "pages.certification-instructions.steps.2.paragraphs.1.text"}} - + {{t "pages.certification-instructions.steps.2.paragraphs.1.strong-text"}} - +

@@ -33,9 +33,9 @@

{{t "pages.certification-instructions.steps.2.paragraphs.2.text"}} - + {{t "pages.certification-instructions.steps.2.paragraphs.2.strong-text"}} - +
{{t "pages.certification-instructions.steps.2.paragraphs.2.light-text"}} diff --git a/mon-pix/app/styles/pages/_certification-instructions.scss b/mon-pix/app/styles/pages/_certification-instructions.scss index 5f790ced2f8..7df7ab6ec28 100644 --- a/mon-pix/app/styles/pages/_certification-instructions.scss +++ b/mon-pix/app/styles/pages/_certification-instructions.scss @@ -69,10 +69,6 @@ } &__text { - &--bold { - font-weight: var(--pix-font-bold); - } - &--light { font-size: 0.875rem; }