diff --git a/src/app/features/administration/form/steps/step-two/step-two.component.scss b/src/app/features/administration/form/steps/step-two/step-two.component.scss index 771aadf2..cf52d574 100644 --- a/src/app/features/administration/form/steps/step-two/step-two.component.scss +++ b/src/app/features/administration/form/steps/step-two/step-two.component.scss @@ -10,9 +10,16 @@ background: $d-grey; border: solid white 1px; transition: background-color ease 1.5s; + color: $font-color; &.is-selected { border: solid $primary-color 1px; - color: $font_color; + color: $white; + label { + color: $white; + } + .fa { + color: $white; + } } &:hover { background: $secondary_color; diff --git a/src/app/features/administration/stepper/stepper.component.html b/src/app/features/administration/stepper/stepper.component.html index 072d4c60..2a173183 100644 --- a/src/app/features/administration/stepper/stepper.component.html +++ b/src/app/features/administration/stepper/stepper.component.html @@ -52,7 +52,7 @@
-
+
logo framadate @@ -66,7 +66,7 @@

Étape {{ step_current }} sur {{ step_max }}

- diff --git a/src/app/features/administration/stepper/stepper.component.scss b/src/app/features/administration/stepper/stepper.component.scss index 71328cdf..17bce1f2 100644 --- a/src/app/features/administration/stepper/stepper.component.scss +++ b/src/app/features/administration/stepper/stepper.component.scss @@ -8,10 +8,12 @@ a { @extend .clickable; + &:hover { color: $secondary_color; } } + .columns, .column { padding-bottom: 0; @@ -46,24 +48,27 @@ &.is-active { background: $font_color; } + } - &.cancel-button { - background: $border-color; - margin-top: -0.5em; + .cancel-button { + margin-top: -0.5em; + line-height: 2rem; + display: inline-block; - &:hover { - background: $font_color; - } + &:hover { + background: $font_color; } } .step-info { padding: 0.85rem 0.85rem 2rem; background: $white; + i { margin-left: 1ch; } } + .step-title-poll { font-size: 0.85rem; color: $d-neutral; @@ -77,6 +82,7 @@ .step-counter-text { font-weight: 600; } + .cancel-button-reject, .cancel-button-confirm { display: block !important;