diff --git a/src/app/features/administration/stepper/stepper.component.html b/src/app/features/administration/stepper/stepper.component.html index 5b88cf81..0d57ec62 100644 --- a/src/app/features/administration/stepper/stepper.component.html +++ b/src/app/features/administration/stepper/stepper.component.html @@ -152,19 +152,31 @@
-

Menu

-
- -
-
- +
diff --git a/src/app/features/administration/stepper/stepper.component.scss b/src/app/features/administration/stepper/stepper.component.scss index 2afb338f..8a6c1956 100644 --- a/src/app/features/administration/stepper/stepper.component.scss +++ b/src/app/features/administration/stepper/stepper.component.scss @@ -45,7 +45,7 @@ margin: 0; width: 100%; position: relative; - top: 4px; + top: 0; display: block; min-width: 1px; height: 4px; @@ -54,7 +54,7 @@ .step-bar-progress { position: relative; - top: 0; + top: -4px; left: 0; height: 4px; display: block; @@ -152,11 +152,6 @@ border-color: $primary_color; color: $primary_color; } - #mobile_menu { - .cancel-button-stepper { - padding: 1rem 2rem; - } - } .cancel-button-confirm { color: $white !important; @@ -230,8 +225,12 @@ } } #mobile_menu { + top: -4px; width: 100%; background: #fff; padding: 0.75rem; height: 100vh; + .cancel-button-stepper { + padding: 1rem 2rem; + } }