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 {
|
||||
grid-column: 3/span 5;
|
||||
margin: auto;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-config-pages-block span h2 {
|
||||
display: none;
|
||||
@@ -4804,6 +4805,24 @@ svg.ext {
|
||||
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 {
|
||||
grid-column: 2/span 7;
|
||||
}
|
||||
@@ -4822,7 +4841,6 @@ svg.ext {
|
||||
scroll-margin-top: 10rem;
|
||||
}
|
||||
.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;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
grid-column: 3 / span 5;
|
||||
// width: 60%;
|
||||
margin: auto;
|
||||
margin-bottom: 4rem;
|
||||
span h2{
|
||||
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
|
||||
.block-views-blockprojets-block-1{
|
||||
@@ -138,7 +165,7 @@
|
||||
scroll-margin-top: 10rem;
|
||||
}
|
||||
.view-filters{
|
||||
margin-top: 4rem;
|
||||
// margin-top: 4rem;
|
||||
padding-left: 0.5rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user