diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index a1e67d8..0d50f5c 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -1054,3 +1054,6 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div .page--contacts div.contacts-full section.titre { display: none; } + +.config_pages--type--mentions-legales { + width: 70%; } diff --git a/web/themes/custom/reha/scss/pages/_page--static.scss b/web/themes/custom/reha/scss/pages/_page--static.scss index 59894be..3595b51 100644 --- a/web/themes/custom/reha/scss/pages/_page--static.scss +++ b/web/themes/custom/reha/scss/pages/_page--static.scss @@ -14,3 +14,8 @@ // html.no-touchevents.js body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open div.dialog-off-canvas-main-canvas div.layout-container main div.layout-content div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block div.layout.layout--onecol div.layout__region.layout__region--content div.block-region-content div.contextual-region.block.block-config-pages.block-config-pages-block div.contextual-region.config_pages.config_pages--type--mentions-legales.config_pages--view-mode--full.config_pages--mentions-legales--full div.field.field--name-field-mentions-legales.field--type-text-long.field--label-above div.field__item div.field__item div#paragraph-id--60.paragraph.paragraph--type--texte.paragraph--view-mode--default{ // display: block; // } + + +.config_pages--type--mentions-legales{ + width: 70%; +} \ No newline at end of file