diff --git a/docs/migration/css-changes-in-version-4.md b/docs/migration/css-changes-in-version-4.md index a49ebb51205..35e60614947 100644 --- a/docs/migration/css-changes-in-version-4.md +++ b/docs/migration/css-changes-in-version-4.md @@ -82,7 +82,7 @@ title: Changes to Styles in 4.0 * `padding` set to 20px on `%cx-configurator-overview-form` for `cx-no-attribute-value-pair` selector to align spacing between the configuration overview no attribute value pairs. -* `font-size` set to 1.75rem on `%cx-configurator-overview-form` for `topLevel` selector to adjust the attribute header according to the new styling requirement +* `font-size` set to 1.25rem on `%cx-configurator-overview-form` for `topLevel` selector to adjust the attribute header according to the new styling requirement * `font-weight` set to 700 on `%cx-configurator-overview-form` for `topLevel` selector to adjust the attribute header according to the new styling requirement @@ -102,7 +102,7 @@ title: Changes to Styles in 4.0 * `background-color` set to var(--cx-color-background) on `%cx-configurator-overview-form` for `cx-group h2` to set the background color of the subgroup headers -* `font-size` set to 16px on `%cx-configurator-overview-form` for `cx-group h2` to specify the font size of the subgroup headers +* `font-size` set to 1rem on `%cx-configurator-overview-form` for `cx-group h2` to specify the font size of the subgroup headers * `text-transform` set to uppercase on `%cx-configurator-overview-form` for `cx-group h2` to transform the subgroup header into uppercase @@ -112,4 +112,4 @@ title: Changes to Styles in 4.0 * `width` set to 60% on `%cx-configurator-overview-attribute` for `cx-attribute-label` selector to use only 60% of the width for the small widgets. -* `font-weight` set to 700 on `%cx-configurator-overview-attribute` for `cx-attribute-value` to make the attribute values bold +* `font-weight` set to 600 on `%cx-configurator-overview-attribute` for `cx-attribute-value` to make the attribute values bold diff --git a/feature-libs/product-configurator/rulebased/components/overview-form/configurator-overview-form.component.html b/feature-libs/product-configurator/rulebased/components/overview-form/configurator-overview-form.component.html index 25ac1207d29..7908fcaab51 100644 --- a/feature-libs/product-configurator/rulebased/components/overview-form/configurator-overview-form.component.html +++ b/feature-libs/product-configurator/rulebased/components/overview-form/configurator-overview-form.component.html @@ -28,12 +28,7 @@

{{ 'configurator.overviewForm.noAttributeHeader' | cxTranslate }}

[class.subgroupTopLevel]="level === 1 && group.subGroups?.length > 0" >

- - {{ group.groupDescription }} - - - {{ group.groupDescription }} - + {{ group.groupDescription }}