diff --git a/src/app/features/administration/stepper/stepper.component.html b/src/app/features/administration/stepper/stepper.component.html index ce683e63..f0d12156 100644 --- a/src/app/features/administration/stepper/stepper.component.html +++ b/src/app/features/administration/stepper/stepper.component.html @@ -127,21 +127,16 @@
-
- -
-
+
+
diff --git a/src/app/features/administration/stepper/stepper.component.scss b/src/app/features/administration/stepper/stepper.component.scss index eb57bf05..9f07cd54 100644 --- a/src/app/features/administration/stepper/stepper.component.scss +++ b/src/app/features/administration/stepper/stepper.component.scss @@ -77,6 +77,7 @@ .cancel-button-reject-bottom { background: $secondary_color; color: $white; + margin-left: 2rem; } .step-info { @@ -104,15 +105,21 @@ .step-counter-text { font-weight: 600; + color: $d-blue-700; } + .top { + height: 2rem; + } .cancel-button-reject { background: none; + color: $secondary_color; + margin-right: -1rem; + i { + margin-left: 1ch; + } } - .cancel-button-reject, .cancel-button-confirm { - display: block !important; - width: 100%; color: $secondary_color; } } diff --git a/src/app/features/administration/stepper/stepper.component.ts b/src/app/features/administration/stepper/stepper.component.ts index d2bad9bc..5f2c7a53 100644 --- a/src/app/features/administration/stepper/stepper.component.ts +++ b/src/app/features/administration/stepper/stepper.component.ts @@ -19,7 +19,7 @@ export class StepperComponent { public step_max: number = 5; public environment = environment; public show_shortcuts = environment.showStepperShortcuts; - display_cancel_dialog: boolean; + display_cancel_dialog: boolean = true; constructor( public pollService: PollService, diff --git a/src/styles/partials/_typo.scss b/src/styles/partials/_typo.scss index 7cc17ab4..50339269 100644 --- a/src/styles/partials/_typo.scss +++ b/src/styles/partials/_typo.scss @@ -36,6 +36,7 @@ body { .p-dialog { font-family: $title_font !important; + max-width: $widescreen-width-main-column; .p-dialog-header { color: $primary_color !important;