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;