From 3ddf51ece035118150d05edb53e2905dcd9b4e29 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 29 Nov 2023 22:03:36 +0100 Subject: [PATCH] css #2443 --- web/themes/custom/reha/css/reha.css | 2 ++ web/themes/custom/reha/scss/pages/_proposer-une-operation.scss | 3 +++ 2 files changed, 5 insertions(+) diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index 117e25f..c123e9a 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -700,6 +700,8 @@ input { text-transform: lowercase; order: 2; font-style: italic; } + #block-reha-contenudelapageprincipale .node-operation-form #edit-field-dossier-de-candidature-wrapper #edit-field-dossier-de-candidature-0--description > br:first-of-type { + display: none; } #block-reha-contenudelapageprincipale .node-operation-form #edit-field-dossier-de-candidature-wrapper #edit-field-dossier-de-candidature-0--description > ul.main { display: none; } #block-reha-contenudelapageprincipale .node-operation-form #edit-field-dossier-de-candidature-wrapper .form-managed-file { diff --git a/web/themes/custom/reha/scss/pages/_proposer-une-operation.scss b/web/themes/custom/reha/scss/pages/_proposer-une-operation.scss index 366b7f7..9a19bda 100644 --- a/web/themes/custom/reha/scss/pages/_proposer-une-operation.scss +++ b/web/themes/custom/reha/scss/pages/_proposer-une-operation.scss @@ -49,6 +49,9 @@ font-style: italic; // font-weight: 800; } + #edit-field-dossier-de-candidature-0--description>br:first-of-type{ + display: none; + } #edit-field-dossier-de-candidature-0--description>ul.main{ display: none; }