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 {
|
||||
display: none;
|
||||
}
|
||||
@media screen {
|
||||
.path-projets-complets .view-projets .node-type-projet {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
.path-projets-complets .projet-ressources-liees {
|
||||
display: none;
|
||||
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 {
|
||||
grid-column: 2/span 7;
|
||||
padding-left: 0.5rem;
|
||||
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 {
|
||||
color: white;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
padding: 0.3rem 0.7rem;
|
||||
background-color: rgb(0, 158, 227);
|
||||
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 {
|
||||
grid-column: 2/span 7;
|
||||
}
|
||||
|
||||
@@ -208,7 +208,7 @@
|
||||
|
||||
@media screen {
|
||||
.node-type-projet {
|
||||
visibility: hidden;
|
||||
// visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -122,27 +122,29 @@
|
||||
|
||||
//bouton imprimer pdf
|
||||
.block-block-content6f7a1e47-526a-438b-af42-7a7d66c9b282{
|
||||
grid-column: 2 / span 7;
|
||||
// grid-column: 2 / span 7;
|
||||
padding-left: 0.5rem;
|
||||
margin-bottom: 2rem;
|
||||
.field--name-field-lien{
|
||||
|
||||
margin-top: 5rem;
|
||||
background-color: $blue-light;
|
||||
padding: 1rem;
|
||||
a{
|
||||
color:white;
|
||||
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
padding: 0.3rem 0.7rem;
|
||||
background-color: $blue-light;
|
||||
// padding: 0.3rem 0.7rem;
|
||||
// background-color: $blue-light;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
&:after{
|
||||
content:'ou bien';
|
||||
display: block;
|
||||
margin-top:1rem;
|
||||
// &:after{
|
||||
// content:'ou bien';
|
||||
// display: block;
|
||||
// margin-top:1rem;
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user