Skip to content

Commit

Permalink
[BUGFIX] Affiche le logo sur la page des cgu
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Jan 10, 2025
2 parents b4b995f + 2fabf43 commit 12eef24
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions orga/app/components/terms-of-service/page-en.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div>
<div class="terms-of-service-form__logo">
<img src="/pix-orga.svg" alt="" role="none" />
<img src="/pix-orga-color.svg" alt="" role="none" />
</div>

<Ui::PageTitle>
<Ui::PageTitle class="terms-of-service-form__title">
<:title>
Terms and Conditions of use of the Pix Orga plateform
</:title>
Expand Down
4 changes: 2 additions & 2 deletions orga/app/components/terms-of-service/page-fr.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div>
<div class="terms-of-service-form__logo">
<img src="/pix-orga.svg" alt="" role="none" />
<img src="/pix-orga-color.svg" alt="" role="none" />
</div>

<Ui::PageTitle>
<Ui::PageTitle class="terms-of-service-form__title">
<:title>
Conditions générales d'utilisation de la plateforme Pix Orga
</:title>
Expand Down
4 changes: 2 additions & 2 deletions orga/app/components/terms-of-service/page-nl.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div>
<div class="terms-of-service-form__logo">
<img src="/pix-orga.svg" alt="" role="none" />
<img src="/pix-orga-color.svg" alt="" role="none" />
</div>

<Ui::PageTitle>
<Ui::PageTitle class="terms-of-service-form__title">
<:title>
Algemene gebruiksvoorwaarden van het pix orga-platform
</:title>
Expand Down
2 changes: 1 addition & 1 deletion orga/app/components/ui/page-title.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function setTitleClasses(spaceBetweenTools, centerTitle) {
}

<template>
<header class="page-title">
<header class="page-title" ...attributes>
{{#if (has-block "breadcrumb")}}
{{yield to="breadcrumb"}}
{{/if}}
Expand Down
12 changes: 7 additions & 5 deletions orga/app/styles/pages/authenticated/terms-of-service.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@
}

&__title {
@extend %pix-title-s;

margin-bottom: 30px;
color: var(--pix-neutral-900);
width: auto;
margin: 0 60px 20px;
text-align: center;
text-transform: uppercase;

.page-title__title {
word-break: unset;
}

}

&__line {
Expand Down

0 comments on commit 12eef24

Please sign in to comment.