picto block third projet

This commit is contained in:
2025-06-26 11:56:12 +02:00
parent 624e211711
commit 2e288fbc8c
5 changed files with 14 additions and 12 deletions
+7 -6
View File
@@ -4164,7 +4164,7 @@ svg.ext {
font-size: 0.9rem;
font-weight: 800;
margin-top: 0.8rem;
line-height: 0.6rem;
line-height: 1rem;
}
.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-adresse .address {
display: flex;
@@ -4709,10 +4709,10 @@ svg.ext {
margin: auto;
}
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers .file--image ::before {
content: url("../images/pictos/noun_Download_file_307900.svg");
content: url("../images/pictos/download.png");
min-width: 30px;
height: auto;
padding-right: 1rem;
padding-right: 2rem;
}
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers .file--image a {
hyphens: auto;
@@ -4725,10 +4725,10 @@ svg.ext {
margin: auto;
}
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers .file--mime-application-pdf ::before {
content: url("../images/pictos/noun_Download_file_307900.svg");
content: url("../images/pictos/download.png");
min-width: 30px;
height: auto;
padding-right: 1rem;
padding-right: 2rem;
}
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers .file--mime-application-pdf a {
hyphens: auto;
@@ -4760,7 +4760,7 @@ svg.ext {
content: url("../images/pictos/external_link.png");
min-width: 30px;
height: auto;
padding-right: 1rem;
padding-right: 2rem;
}
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a svg.ext {
display: none;
@@ -5470,6 +5470,7 @@ svg.ext {
top: 25rem;
left: 0;
background-color: rgb(255, 255, 255);
border: solid 0.2px rgba(0, 0, 0, 0.1);
margin-bottom: 5rem;
padding: 1rem;
padding-left: 2rem;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1007 B

After

Width:  |  Height:  |  Size: 859 B

@@ -214,7 +214,7 @@
font-size: 0.9rem;
font-weight: 800;
margin-top: 0.8rem;
line-height: 0.6rem;
line-height: 1rem;
.address{
display: flex;
flex-direction: row;
@@ -491,10 +491,10 @@
height: inherit;
margin: auto;
::before{
content: url("../images/pictos/noun_Download_file_307900.svg");
content: url("../images/pictos/download.png");
min-width:30px;
height: auto;
padding-right: 1rem;
padding-right: 2rem;
}
a{
hyphens: auto;
@@ -509,10 +509,10 @@
height: inherit;
margin: auto;
::before{
content: url("../images/pictos/noun_Download_file_307900.svg");
content: url("../images/pictos/download.png");
min-width:30px;
height: auto;
padding-right: 1rem;
padding-right: 2rem;
}
a{
hyphens: auto;
@@ -550,7 +550,7 @@
content: url("../images/pictos/external_link.png");
min-width: 30px;
height: auto;
padding-right: 1rem;
padding-right: 2rem;
}
svg.ext{
display: none;
@@ -152,6 +152,7 @@
top: 25rem;
left: 0;
background-color: $white;
border: solid 0.2px rgba(0, 0, 0, 0.1);
margin-bottom: 5rem;
padding: 1rem;
padding-left: 2rem;