-
-
- {{ 'resume.admins' | translate }}
-
-
- Voici les liens d’accès au sondage, conservez-les soigneusement ! (Si vous les perdez vous pourrez
- toujours les recevoir par email)
-
-
- Côté admin
-
-
- Pour accéder au sondage et à tous ses paramètres :
-
- {{ pollService.getAdministrationUrlFromForm() }}
-
-
-
-
-
- Voir le sondage coté administrateur·ice
-
-
-
- Note : Le sondage sera supprimé {{ pollService.form.value.default_expiracy_days_from_now }} jours
- après la date de sa dernière modification.
-
- Le {{ pollService.form.value.expiracy_date | date: 'short' }}
-
-
-
-
-
{{ 'resume.users' | translate }}
-
- Pour voir le sondage :
-
- {{ pollService.getParticipationUrlFromForm() }}
-
-
-
-
-
+
+
+
+
+
+ {{ 'resume.admins' | translate }}
+
+
+ Voici les liens d’accès au sondage, conservez-les soigneusement ! (Si vous les perdez vous
+ pourrez toujours les recevoir par email)
+
+
+ Pour accéder au sondage et à tous ses paramètres :
+
+
{{ pollService.getAdministrationUrlFromForm() }}
+
+
+
+
+
+ Voir le sondage coté administrateur·ice
+
+
+
+ Note : Le sondage sera supprimé
+ {{ pollService.form.value.default_expiracy_days_from_now }} jours après la date de sa
+ dernière modification.
+
+ Le {{ pollService.form.value.expiracy_date | date: 'short' }}
+
+
+
+
+
diff --git a/src/app/features/administration/success/success.component.scss b/src/app/features/administration/success/success.component.scss
index 80cd3a06..f354ac03 100644
--- a/src/app/features/administration/success/success.component.scss
+++ b/src/app/features/administration/success/success.component.scss
@@ -7,7 +7,8 @@ button {
margin-right: 1ch;
}
a {
- max-width: 35em;
+ padding: 1em;
+ max-width: 20em;
@extend .truncate;
}
.truncate {
diff --git a/src/styles/partials/_forms.scss b/src/styles/partials/_forms.scss
index 50346db9..3bc729e9 100644
--- a/src/styles/partials/_forms.scss
+++ b/src/styles/partials/_forms.scss
@@ -1,13 +1,32 @@
@charset "UTF-8";
-
+.input:hover,
+input:hover,
+select:hover,
+.textarea:hover,
+.select select:hover,
+.is-hovered.input,
+input.is-hovered,
+select.is-hovered,
+.is-hovered.textarea,
+.select select.is-hovered {
+ border-color: $border-color !important;
+}
app-step-one,
app-step-two,
app-step-three,
-app-step-four,
-app-step-five {
+app-step-four {
padding: 2em 2.5em;
display: block;
}
+app-step-five {
+ app-stepper {
+ padding: 2em 2.5em;
+ display: block;
+ }
+ .container {
+ padding: 2em;
+ }
+}
input,
select,
diff --git a/src/styles/partials/_main.scss b/src/styles/partials/_main.scss
index 459c2cfd..7c84f5e3 100644
--- a/src/styles/partials/_main.scss
+++ b/src/styles/partials/_main.scss
@@ -5,22 +5,8 @@ main {
width: 100%;
margin: 0 auto;
}
-.main-block {
- min-height: 20em;
- max-width: 40em;
- margin-bottom: 10em;
- margin-left: auto;
- margin-right: auto;
- .title {
- margin-top: 2em;
- margin-bottom: 2em;
- }
- .button {
- border: 0;
- }
-}
.creation,
.search {
- @extend .main-block;
+ @extend main;
}