From 1e3a7d234f702938f76dee7677dfb16be9f8401d Mon Sep 17 00:00:00 2001 From: ouidade Date: Wed, 29 Nov 2023 14:39:10 +0100 Subject: [PATCH] display none description mdp --- web/themes/custom/reha/css/reha.css | 3 +++ web/themes/custom/reha/scss/pages/_creer-un-compte.scss | 3 +++ web/themes/custom/reha/scss/pages/_mes-operations.scss | 2 ++ 3 files changed, 8 insertions(+) diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index e718ada..fe9d5d3 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -610,6 +610,9 @@ input { font-style: italic; font-size: 00.8rem; } +.user--register #edit-pass--description { + display: none; } + .mes-operations .views-row { padding-bottom: 1rem; border-bottom: 1px solid black; } diff --git a/web/themes/custom/reha/scss/pages/_creer-un-compte.scss b/web/themes/custom/reha/scss/pages/_creer-un-compte.scss index b6b6acd..d484523 100644 --- a/web/themes/custom/reha/scss/pages/_creer-un-compte.scss +++ b/web/themes/custom/reha/scss/pages/_creer-un-compte.scss @@ -36,4 +36,7 @@ font-style: italic; font-size: 00.8rem; } + #edit-pass--description{ + display: none; + } } diff --git a/web/themes/custom/reha/scss/pages/_mes-operations.scss b/web/themes/custom/reha/scss/pages/_mes-operations.scss index 97b9018..a0f102d 100644 --- a/web/themes/custom/reha/scss/pages/_mes-operations.scss +++ b/web/themes/custom/reha/scss/pages/_mes-operations.scss @@ -43,6 +43,8 @@ } } + + // html.js body div.dialog-off-canvas-main-canvas div.layout-container main div.layout-content.mes-operations div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block div.views-element-container div footer{ // background-color: white; // border: solid black 1px;