diff --git a/src/app/features/administration/form/form.component.html b/src/app/features/administration/form/form.component.html index 922e9258..1754e4d5 100644 --- a/src/app/features/administration/form/form.component.html +++ b/src/app/features/administration/form/form.component.html @@ -1,24 +1,32 @@ -
+

{{ 'creation.title' | translate }}

- image WIP - - - +
+
+ image WIP +
+
+ +
+ +
+ -
- {{ poll.slug }} +
+ {{ poll.slug }} +
+
le formulaire est invalide diff --git a/src/app/features/administration/form/form.component.scss b/src/app/features/administration/form/form.component.scss index d5ce7a9c..3814f6aa 100644 --- a/src/app/features/administration/form/form.component.scss +++ b/src/app/features/administration/form/form.component.scss @@ -83,4 +83,7 @@ border-left: $success 3px solid; padding-left: 1em; } + .btn { + margin: 0.5em; + } } diff --git a/src/styles/dev-utilities/_helpers.scss b/src/styles/dev-utilities/_helpers.scss index 9d5784b0..754805da 100644 --- a/src/styles/dev-utilities/_helpers.scss +++ b/src/styles/dev-utilities/_helpers.scss @@ -22,3 +22,7 @@ .hidden { display: none; } + +.padded { + padding: 1em; +}