background sumary actu

This commit is contained in:
2022-01-21 18:13:56 +01:00
parent 444bfdf253
commit 38122800fe
3 changed files with 10 additions and 5 deletions
@@ -900,6 +900,8 @@ a {
width: 90%; } width: 90%; }
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodebody p { .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodebody p {
margin-top: 0; } margin-top: 0; }
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodebody .field--type-text-with-summary {
background-color: white; }
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes { .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes {
background-color: white; } background-color: white; }
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .field--name-field-titre { .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .field--name-field-titre {
@@ -2361,7 +2363,7 @@ a {
margin-left: 13%; margin-left: 13%;
margin-right: 20%; margin-right: 20%;
width: 60%; } width: 60%; }
.path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item--titre-du-document { .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document {
margin-left: 13%; margin-left: 13%;
margin-right: 20%; margin-right: 20%;
width: 60%; width: 60%;
@@ -2369,14 +2371,14 @@ a {
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 2rem; } margin-top: 2rem; }
.path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item--titre-du-document:after { .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document:after {
content: "*"; content: "*";
color: red; color: red;
font-size: 2rem; font-size: 2rem;
padding-left: 0.5rem; } padding-left: 0.5rem; }
.path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item--titre-du-document label { .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document label {
width: 100%; } width: 100%; }
.path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item--titre-du-document input { .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document input {
width: 90%; width: 90%;
height: 5rem; } height: 5rem; }
.path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-auteur-s- { .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-auteur-s- {
@@ -133,6 +133,9 @@
p{ p{
margin-top: 0; margin-top: 0;
} }
.field--type-text-with-summary{
background-color: white;
}
} }
.block-entity-fieldnodefield-textes{ .block-entity-fieldnodefield-textes{
@@ -56,7 +56,7 @@
width: 60%; width: 60%;
} }
.form-item--titre-du-document{ .form-item-titre-du-document{
margin-left: 13%; margin-left: 13%;
margin-right: 20%; margin-right: 20%;
width: 60%; width: 60%;