baisse corps titre projet et projet incubé dans grille, ajout espace dans filtre

This commit is contained in:
2022-04-07 11:09:58 +02:00
parent 9c76dfb888
commit fde6c6f0aa
3 changed files with 14 additions and 10 deletions
@@ -3027,14 +3027,15 @@ a {
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .node-type-projet div:first-child .field--name-title {
order: 3;
margin-top: 0.5rem;
font-size: 1rem;
font-size: 0.9rem;
font-weight: 800; }
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .node-type-projet div:first-child .field--name-title h2 {
margin: 0; }
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .node-type-projet div:first-child .field--name-field-incube {
order: 4;
color: red;
margin-top: 0.8rem; }
margin-top: 0.8rem;
font-size: 0.7rem; }
.path-node.page-node-type-projet .layout-container {
overflow: unset; }
@@ -3531,14 +3532,15 @@ a {
.path-incubateur .layout-container .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--bottom .block-region-bottom .block-views-blockprojets-block-3 .view-projets .node-type-projet div:first-child .field--name-title {
order: 3;
margin-top: 0.5rem;
font-size: 1rem;
font-size: 0.9rem;
font-weight: 800; }
.path-incubateur .layout-container .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--bottom .block-region-bottom .block-views-blockprojets-block-3 .view-projets .node-type-projet div:first-child .field--name-title h2 {
margin: 0; }
.path-incubateur .layout-container .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--bottom .block-region-bottom .block-views-blockprojets-block-3 .view-projets .node-type-projet div:first-child .field--name-field-incube {
order: 4;
color: red;
margin-top: 0.8rem; }
margin-top: 0.8rem;
font-size: 0.7rem; }
/*partials*/
.layout-container {
@@ -443,7 +443,7 @@
.field--name-title{
order: 3;
margin-top: 0.5rem;
font-size: 1rem;
font-size: 0.9rem;
font-weight: 800;
h2{margin: 0;}
}
@@ -452,6 +452,7 @@
order:4;
color: red;
margin-top: 0.8rem;
font-size: 0.7rem;
}
}
}
@@ -276,7 +276,7 @@
.field--name-title{
order: 3;
margin-top: 0.5rem;
font-size: 1rem;
font-size: 0.9rem;
font-weight: 800;
h2{margin: 0;}
}
@@ -285,6 +285,7 @@
order:4;
color: red;
margin-top: 0.8rem;
font-size: 0.7rem;
}
}
}