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 92d2289d..5cfbfba4 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 @@ -5,26 +5,28 @@

{{ 'creation.want' | translate }}

-
-
- -
-
- +
+
+
+ +
+
+ +
diff --git a/src/app/features/administration/form/steps/step-two/step-two.component.scss b/src/app/features/administration/form/steps/step-two/step-two.component.scss index dea15f78..ff4d18c0 100644 --- a/src/app/features/administration/form/steps/step-two/step-two.component.scss +++ b/src/app/features/administration/form/steps/step-two/step-two.component.scss @@ -1,6 +1,16 @@ +@import '../../../../../../styles/variables'; + .kind-of-poll { margin-top: 5em; .fa { margin-right: 1em; } + .button { + background: $d-grey; + border: solid white 1px; + &.is-selected { + border: solid $primary-color 1px; + color: $font_color; + } + } } diff --git a/src/app/features/administration/stepper/stepper.component.html b/src/app/features/administration/stepper/stepper.component.html index 4c9b5a9f..697b6b74 100644 --- a/src/app/features/administration/stepper/stepper.component.html +++ b/src/app/features/administration/stepper/stepper.component.html @@ -1,21 +1,4 @@
-
-

- {{ 'creation.title' | translate }} -

-

- - {{ pollService.form.value.title }} - -

-

- Étape {{ step_current }} / - {{ step_max }} -

-
-
-
-
6-->
+
+

+ {{ 'creation.title' | translate }} +

+

+ + {{ pollService.form.value.title }} + +

+

Étape {{ step_current }} sur {{ step_max }}

+
+
+
+
diff --git a/src/assets/i18n/FR.json b/src/assets/i18n/FR.json index 7fa7b650..76a46dc5 100644 --- a/src/assets/i18n/FR.json +++ b/src/assets/i18n/FR.json @@ -28,11 +28,11 @@ }, "creation": { "title": "Créer un sondage", - "want": "Je veux créer un sondage", + "want": "Choisissez le type de sondage", "advanced": "Options avancées", "kind": { - "classic": "classique", - "date": "spécial dates" + "classic": "Propositions", + "date": "Date" }, "choose_title": "Renseignez un nom pour votre sondage", "choose_title_label": "Nom de votre sondage (obligatoire)",