css bouton pdf
This commit is contained in:
+19
-1
@@ -4750,6 +4750,7 @@ svg.ext {
|
|||||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-config-pages-block {
|
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-config-pages-block {
|
||||||
grid-column: 3/span 5;
|
grid-column: 3/span 5;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
margin-bottom: 4rem;
|
||||||
}
|
}
|
||||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-config-pages-block span h2 {
|
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-config-pages-block span h2 {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -4804,6 +4805,24 @@ svg.ext {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.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 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 {
|
.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;
|
||||||
}
|
}
|
||||||
@@ -4822,7 +4841,6 @@ svg.ext {
|
|||||||
scroll-margin-top: 10rem;
|
scroll-margin-top: 10rem;
|
||||||
}
|
}
|
||||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .view-filters {
|
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .view-filters {
|
||||||
margin-top: 4rem;
|
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -56,6 +56,7 @@
|
|||||||
grid-column: 3 / span 5;
|
grid-column: 3 / span 5;
|
||||||
// width: 60%;
|
// width: 60%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
margin-bottom: 4rem;
|
||||||
span h2{
|
span h2{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -118,6 +119,32 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//bouton imprimer pdf
|
||||||
|
.block-block-content6f7a1e47-526a-438b-af42-7a7d66c9b282{
|
||||||
|
grid-column: 2 / span 7;
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
.field--name-field-lien{
|
||||||
|
|
||||||
|
a{
|
||||||
|
color:white;
|
||||||
|
|
||||||
|
font-weight: 600;
|
||||||
|
text-transform: uppercase;
|
||||||
|
padding: 0.3rem 0.7rem;
|
||||||
|
background-color: $blue-light;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&:after{
|
||||||
|
content:'ou bien';
|
||||||
|
display: block;
|
||||||
|
margin-top:1rem;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
//partie projets
|
//partie projets
|
||||||
.block-views-blockprojets-block-1{
|
.block-views-blockprojets-block-1{
|
||||||
@@ -138,7 +165,7 @@
|
|||||||
scroll-margin-top: 10rem;
|
scroll-margin-top: 10rem;
|
||||||
}
|
}
|
||||||
.view-filters{
|
.view-filters{
|
||||||
margin-top: 4rem;
|
// margin-top: 4rem;
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user