diff --git a/mon-pix/app/styles/components/_footer.scss b/mon-pix/app/styles/components/_footer.scss index fff2e3740d5..86f3c87f61c 100644 --- a/mon-pix/app/styles/components/_footer.scss +++ b/mon-pix/app/styles/components/_footer.scss @@ -5,7 +5,7 @@ gap: var(--pix-spacing-4x); align-items: flex-start; justify-content: space-between; - padding-block: var(--pix-spacing-6x); + padding-block: var(--pix-spacing-12x) var(--pix-spacing-6x); color: var(--pix-neutral-500); @include device-is('mobile') { @@ -52,7 +52,8 @@ } a { - &:hover, &:focus { + &:hover, + &:focus { color: var(--pix-primary-500); } } diff --git a/mon-pix/app/templates/authenticated/certifications/join.hbs b/mon-pix/app/templates/authenticated/certifications/join.hbs index d53d3ed3441..b0f75b615ef 100644 --- a/mon-pix/app/templates/authenticated/certifications/join.hbs +++ b/mon-pix/app/templates/authenticated/certifications/join.hbs @@ -1,22 +1,18 @@ {{page-title (t "pages.certification-start.title")}} -
- -
+ +
+ -
- + {{#if this.model.isCertifiable}} + + + + + {{else}} + + {{/if}} - {{#if this.model.isCertifiable}} - - - - - {{else}} - - {{/if}} - - -
- -
+
\ No newline at end of file diff --git a/mon-pix/app/templates/authenticated/certifications/start-loading.hbs b/mon-pix/app/templates/authenticated/certifications/start-loading.hbs index 5a40f79515e..e0ccfbda957 100644 --- a/mon-pix/app/templates/authenticated/certifications/start-loading.hbs +++ b/mon-pix/app/templates/authenticated/certifications/start-loading.hbs @@ -1,17 +1,13 @@ -
- -
+ +
+
-
-
+
+

+ +

+

{{t "common.loading.default"}}

+
-
-

- -

-

{{t "common.loading.default"}}

- -
- -
+ + +
\ No newline at end of file diff --git a/mon-pix/app/templates/authenticated/user-trainings.hbs b/mon-pix/app/templates/authenticated/user-trainings.hbs index a98251da6b6..ab963c420ad 100644 --- a/mon-pix/app/templates/authenticated/user-trainings.hbs +++ b/mon-pix/app/templates/authenticated/user-trainings.hbs @@ -1,29 +1,27 @@ {{page-title (t "pages.user-trainings.title")}} -
- - -
-
-
- {{#if @model.trainings.meta.pagination.rowCount}} -
-
    - {{#each @model.trainings as |training|}} -
  • - -
  • - {{/each}} -
- -
- {{/if}} -
-
+ + -