block fichiers liés

This commit is contained in:
2021-12-21 12:38:09 +01:00
parent a94b41f91f
commit 00f6cb0671
2 changed files with 5 additions and 4 deletions
@@ -779,14 +779,14 @@ a {
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers {
height: fit-content;
border: 2px solid #009ee3;
background-color: white; }
background-color: white;
margin-bottom: 1rem; }
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers {
min-height: 4rem;
background: white;
color: #009ee3;
padding-left: 1rem;
padding-top: 1rem;
margin-bottom: 1rem; }
padding-top: 1rem; }
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers span:nth-of-type(2) {
display: none; }
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf {
@@ -134,6 +134,7 @@
height: fit-content;
border: 2px solid $blue-light;
background-color: $white;
margin-bottom: 1rem;
}
.field--name-field-fichiers{
@@ -142,7 +143,7 @@
color: $blue-light;
padding-left: 1rem;
padding-top: 1rem;
margin-bottom: 1rem;
span:nth-of-type(2){
display: none;