Skip to content

Commit d9eba0d

Browse files
lionelBxav-car
authored andcommitted
fix(orga): update cgu page
1 parent 93dc945 commit d9eba0d

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

Diff for: orga/app/components/terms-of-service/page-en.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div>
22
<div class="terms-of-service-form__logo">
3-
<img src="/pix-orga.svg" alt="" role="none" />
3+
<img src="/pix-orga-color.svg" alt="" role="none" />
44
</div>
55

6-
<Ui::PageTitle>
6+
<Ui::PageTitle class="terms-of-service-form__title">
77
<:title>
88
Terms and Conditions of use of the Pix Orga plateform
99
</:title>

Diff for: orga/app/components/terms-of-service/page-fr.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div>
22
<div class="terms-of-service-form__logo">
3-
<img src="/pix-orga.svg" alt="" role="none" />
3+
<img src="/pix-orga-color.svg" alt="" role="none" />
44
</div>
55

6-
<Ui::PageTitle>
6+
<Ui::PageTitle class="terms-of-service-form__title">
77
<:title>
88
Conditions générales d'utilisation de la plateforme Pix Orga
99
</:title>

Diff for: orga/app/components/terms-of-service/page-nl.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div>
22
<div class="terms-of-service-form__logo">
3-
<img src="/pix-orga.svg" alt="" role="none" />
3+
<img src="/pix-orga-color.svg" alt="" role="none" />
44
</div>
55

6-
<Ui::PageTitle>
6+
<Ui::PageTitle class="terms-of-service-form__title">
77
<:title>
88
Algemene gebruiksvoorwaarden van het pix orga-platform
99
</:title>

Diff for: orga/app/components/ui/page-title.gjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function setTitleClasses(spaceBetweenTools, centerTitle) {
88
}
99

1010
<template>
11-
<header class="page-title">
11+
<header class="page-title" ...attributes>
1212
{{#if (has-block "breadcrumb")}}
1313
{{yield to="breadcrumb"}}
1414
{{/if}}

Diff for: orga/app/styles/pages/authenticated/terms-of-service.scss

+7-5
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@
3131
}
3232

3333
&__title {
34-
@extend %pix-title-s;
35-
36-
margin-bottom: 30px;
37-
color: var(--pix-neutral-900);
34+
width: auto;
35+
margin: 0 60px 20px;
3836
text-align: center;
39-
text-transform: uppercase;
37+
38+
.page-title__title {
39+
word-break: unset;
40+
}
41+
4042
}
4143

4244
&__line {

0 commit comments

Comments
 (0)