diff --git a/src/app/features/administration/form/advanced-config/advanced-config.component.html b/src/app/features/administration/form/advanced-config/advanced-config.component.html index 801bbb61..1f0a89a1 100644 --- a/src/app/features/administration/form/advanced-config/advanced-config.component.html +++ b/src/app/features/administration/form/advanced-config/advanced-config.component.html @@ -117,8 +117,11 @@
- Nombre de réponses limitées à ce nombre. Utile pour réserver des places à un évènement. + Nombre de réponses limitées à ce nombre. +

+ Utile pour réserver des places à un évènement. +

- Spécifier un lien unique de vote à des participants définis par leur email + Lien unique de vote par email

lister les email des participants et leur fournir un lien unique pour voter à chacun, au lieu d'un lien @@ -155,11 +158,17 @@

+ Proposer un créneau + +

Permettre au public de proposer un créneau de vote supplémentaire - +

- Les informations du sondage seront chiffrés en base de données + Zéro knowledge +

+ Les informations du sondage seront chiffrées en base de données +

diff --git a/src/app/features/administration/form/steps/step-five/step-five.component.html b/src/app/features/administration/form/steps/step-five/step-five.component.html index 00a2c4d6..75d634fa 100644 --- a/src/app/features/administration/form/steps/step-five/step-five.component.html +++ b/src/app/features/administration/form/steps/step-five/step-five.component.html @@ -1,7 +1,7 @@ +
-

diff --git a/src/app/features/administration/form/steps/step-four/step-four.component.html b/src/app/features/administration/form/steps/step-four/step-four.component.html index 5de02b82..bb6d6b42 100644 --- a/src/app/features/administration/form/steps/step-four/step-four.component.html +++ b/src/app/features/administration/form/steps/step-four/step-four.component.html @@ -1,6 +1,6 @@ +
-
@@ -115,8 +115,9 @@
-

+ + diff --git a/src/app/features/administration/form/steps/step-one/step-one.component.html b/src/app/features/administration/form/steps/step-one/step-one.component.html index 442d4baa..7f8cd6ef 100644 --- a/src/app/features/administration/form/steps/step-one/step-one.component.html +++ b/src/app/features/administration/form/steps/step-one/step-one.component.html @@ -1,6 +1,6 @@ +
-

{{ 'creation.choose_title' | translate }} @@ -73,11 +73,10 @@ > - -

+ diff --git a/src/app/features/administration/form/steps/step-seven/step-seven.component.html b/src/app/features/administration/form/steps/step-seven/step-seven.component.html index 9521a247..707161d6 100644 --- a/src/app/features/administration/form/steps/step-seven/step-seven.component.html +++ b/src/app/features/administration/form/steps/step-seven/step-seven.component.html @@ -1,5 +1,5 @@ +
-

@@ -82,9 +82,9 @@

-
+ diff --git a/src/app/features/administration/form/steps/step-six/step-six.component.html b/src/app/features/administration/form/steps/step-six/step-six.component.html index 3d64ada8..fac1bf68 100644 --- a/src/app/features/administration/form/steps/step-six/step-six.component.html +++ b/src/app/features/administration/form/steps/step-six/step-six.component.html @@ -1,5 +1,5 @@ +
-

@@ -18,8 +18,8 @@

-
+ diff --git a/src/app/features/administration/form/steps/step-three/step-three.component.html b/src/app/features/administration/form/steps/step-three/step-three.component.html index c5527781..111850a3 100644 --- a/src/app/features/administration/form/steps/step-three/step-three.component.html +++ b/src/app/features/administration/form/steps/step-three/step-three.component.html @@ -1,5 +1,5 @@ +
-
-
+ diff --git a/src/app/features/administration/form/steps/step-two/step-two.component.html b/src/app/features/administration/form/steps/step-two/step-two.component.html index 9bd9de4a..55cd8e7c 100644 --- a/src/app/features/administration/form/steps/step-two/step-two.component.html +++ b/src/app/features/administration/form/steps/step-two/step-two.component.html @@ -1,7 +1,7 @@ +
-

{{ 'creation.want' | translate }} @@ -42,8 +42,8 @@

- + diff --git a/src/app/features/administration/stepper/stepper.component.scss b/src/app/features/administration/stepper/stepper.component.scss index b8cb7d68..9e0c8cdd 100644 --- a/src/app/features/administration/stepper/stepper.component.scss +++ b/src/app/features/administration/stepper/stepper.component.scss @@ -66,6 +66,8 @@ .step-info { padding: 9px 10px; + width: 100%; + display: block; background: $white; height: $header-nav-inner-height; i { diff --git a/src/styles/partials/_forms.scss b/src/styles/partials/_forms.scss index a2251af3..34476ba5 100644 --- a/src/styles/partials/_forms.scss +++ b/src/styles/partials/_forms.scss @@ -191,11 +191,6 @@ mat-checkbox { } } -.step { - max-width: $main-column-width; - margin: 0 auto; -} - .fa { margin-right: 1ch; @@ -277,9 +272,11 @@ mat-checkbox { } .step { + max-width: $main-column-width; + margin: 0 auto; padding: 2rem 1rem; - box-sizing: border-box; + overflow: auto; .title { color: $d-primary-intense; margin-bottom: 36px; @@ -292,6 +289,10 @@ mat-checkbox { font-size: 1rem; line-height: 1.25rem; } + p, + * { + max-width: $main-column-width-inner; + } } // resume de la création de sondage diff --git a/src/styles/variables.scss b/src/styles/variables.scss index c0c5f296..85cefe13 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -69,6 +69,11 @@ $title_font: 'helvetica', 'proza_libre', 'Arial', 'DejaVu Sans Mono'; // sizes and breakpoints $main-column-width: 400px; +$main-column-width-inner: 380px; $mobile-size: 400px; $header-nav-height: 68px; $header-nav-inner-height: 60px; + +:root { + --main-col-width: $main-column-width-inner; +}