diff --git a/src/app/features/administration/form/steps/step-three/step-three.component.html b/src/app/features/administration/form/steps/step-three/step-three.component.html index 317527a2..275d060b 100644 --- a/src/app/features/administration/form/steps/step-three/step-three.component.html +++ b/src/app/features/administration/form/steps/step-three/step-three.component.html @@ -79,13 +79,13 @@ [showWeek]="true" > -
- -
-
-
{{ pollService.calendar | json }}
-
{{ 'calendar_widget' | translate }}
-
+ + + + + + +
diff --git a/src/styles/libraries/_overrides.scss b/src/styles/libraries/_overrides.scss index 3218657a..1f847af9 100644 --- a/src/styles/libraries/_overrides.scss +++ b/src/styles/libraries/_overrides.scss @@ -1,7 +1,7 @@ // Update Bulma's global variables $family-sans-serif: 'Nunito', sans-serif; -$primary: $dark-lavender; +$primary: $primary_color; $link: $wisteria; $widescreen-enabled: false; $fullhd-enabled: false; diff --git a/src/styles/partials/_logo.scss b/src/styles/partials/_logo.scss index 50c83440..80aaa274 100644 --- a/src/styles/partials/_logo.scss +++ b/src/styles/partials/_logo.scss @@ -53,7 +53,7 @@ .legend { font-size: 14px; margin-left: 14px; - color: $dark-lavender; + color: $primary-light; } .legend_first { diff --git a/src/styles/partials/global.scss b/src/styles/partials/global.scss index 568e45b7..e1382968 100644 --- a/src/styles/partials/global.scss +++ b/src/styles/partials/global.scss @@ -7,7 +7,11 @@ html { main { min-height: 90vh; } - +.min-height { + margin-top: 1em; + margin-bottom: 1em; + min-height: 50vh; +} .content { padding: 1em; }