bouton imprimer
This commit is contained in:
+5
-13
@@ -495,11 +495,6 @@ svg.ext {
|
|||||||
.path-projets-complets .view-projets .field--name-field-encours-fini {
|
.path-projets-complets .view-projets .field--name-field-encours-fini {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@media screen {
|
|
||||||
.path-projets-complets .view-projets .node-type-projet {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.path-projets-complets .projet-ressources-liees {
|
.path-projets-complets .projet-ressources-liees {
|
||||||
display: none;
|
display: none;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
@@ -4806,23 +4801,20 @@ svg.ext {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-block-content6f7a1e47-526a-438b-af42-7a7d66c9b282 {
|
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-block-content6f7a1e47-526a-438b-af42-7a7d66c9b282 {
|
||||||
grid-column: 2/span 7;
|
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-block-content6f7a1e47-526a-438b-af42-7a7d66c9b282 .field--name-field-lien {
|
||||||
|
margin-top: 5rem;
|
||||||
|
background-color: rgb(0, 158, 227);
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-block-content6f7a1e47-526a-438b-af42-7a7d66c9b282 .field--name-field-lien a {
|
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-block-content6f7a1e47-526a-438b-af42-7a7d66c9b282 .field--name-field-lien a {
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding: 0.3rem 0.7rem;
|
|
||||||
background-color: rgb(0, 158, 227);
|
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-block-content6f7a1e47-526a-438b-af42-7a7d66c9b282:after {
|
|
||||||
content: "ou bien";
|
|
||||||
display: block;
|
|
||||||
margin-top: 1rem;
|
|
||||||
}
|
|
||||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 {
|
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 {
|
||||||
grid-column: 2/span 7;
|
grid-column: 2/span 7;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -208,7 +208,7 @@
|
|||||||
|
|
||||||
@media screen {
|
@media screen {
|
||||||
.node-type-projet {
|
.node-type-projet {
|
||||||
visibility: hidden;
|
// visibility: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -122,27 +122,29 @@
|
|||||||
|
|
||||||
//bouton imprimer pdf
|
//bouton imprimer pdf
|
||||||
.block-block-content6f7a1e47-526a-438b-af42-7a7d66c9b282{
|
.block-block-content6f7a1e47-526a-438b-af42-7a7d66c9b282{
|
||||||
grid-column: 2 / span 7;
|
// grid-column: 2 / span 7;
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
.field--name-field-lien{
|
.field--name-field-lien{
|
||||||
|
margin-top: 5rem;
|
||||||
|
background-color: $blue-light;
|
||||||
|
padding: 1rem;
|
||||||
a{
|
a{
|
||||||
color:white;
|
color:white;
|
||||||
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding: 0.3rem 0.7rem;
|
// padding: 0.3rem 0.7rem;
|
||||||
background-color: $blue-light;
|
// background-color: $blue-light;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:after{
|
// &:after{
|
||||||
content:'ou bien';
|
// content:'ou bien';
|
||||||
display: block;
|
// display: block;
|
||||||
margin-top:1rem;
|
// margin-top:1rem;
|
||||||
|
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user