diff --git a/mon-pix/app/pods/components/module/qcm/styles.scss b/mon-pix/app/pods/components/module/qcm/styles.scss index 83157483cda..a9b7dcb1326 100644 --- a/mon-pix/app/pods/components/module/qcm/styles.scss +++ b/mon-pix/app/pods/components/module/qcm/styles.scss @@ -1,11 +1,17 @@ .element-qcm { - &__header { - display: flex; - flex-direction: column-reverse; + &__instruction { + margin-bottom: var(--pix-spacing-2x); + font-weight: var(--pix-font-medium); + } + + &__direction { + @extend %pix-body-s; + + color: var(--pix-neutral-500); } &__proposals { - margin-bottom: var(--pix-spacing-4x); + margin: var(--pix-spacing-4x) 0; } &__required-field-missing { @@ -17,20 +23,6 @@ } } -.element-qcm-header { - &__direction { - @extend %pix-body-s; - - margin-bottom: var(--pix-spacing-4x); - color: var(--pix-neutral-500); - } - - &__instruction { - margin-bottom: var(--pix-spacing-2x); - font-weight: var(--pix-font-medium); - } -} - .element-qcm-proposals { &__proposal { padding: var(--pix-spacing-2x); diff --git a/mon-pix/app/pods/components/module/qcm/template.hbs b/mon-pix/app/pods/components/module/qcm/template.hbs index 2771efb09c6..38e56f695a4 100644 --- a/mon-pix/app/pods/components/module/qcm/template.hbs +++ b/mon-pix/app/pods/components/module/qcm/template.hbs @@ -1,15 +1,17 @@ -