display screen print

This commit is contained in:
2026-05-22 12:12:12 +02:00
parent 7d2715e52e
commit 8837deb4af
2 changed files with 72 additions and 21 deletions
+30 -7
View File
@@ -317,18 +317,34 @@ svg.ext {
display: none; display: none;
} }
.path-projets-complets .view-header { .path-projets-complets .view-header {
position: fixed; display: flex;
right: 0; flex-direction: row;
}
.path-projets-complets .view-header::before {
content: "2. ";
margin-right: 2rem; margin-right: 2rem;
margin-bottom: 1rem;
font-weight: 600;
font-size: 1.5rem;
min-width: fit-content;
}
@media (max-width: 479px) {
.path-projets-complets .view-header::before {
padding-bottom: 1rem;
}
}
.path-projets-complets .view-header {
margin-left: 3rem;
order: 2;
margin-top: 5rem; margin-top: 5rem;
}
.path-projets-complets .view-header p {
font-weight: 600; font-weight: 600;
text-transform: uppercase; text-transform: uppercase;
padding: 0.3rem 0.7rem; padding: 0.3rem 0.7rem;
width: fit-content; width: fit-content;
background-color: rgb(0, 158, 227); background-color: rgb(0, 158, 227);
border: none; border: none;
}
.path-projets-complets .view-header p {
margin: 0; margin: 0;
} }
.path-projets-complets .view-header a { .path-projets-complets .view-header a {
@@ -336,6 +352,8 @@ svg.ext {
} }
.path-projets-complets .view-projets { .path-projets-complets .view-projets {
margin-bottom: 4rem !important; margin-bottom: 4rem !important;
display: flex;
flex-direction: column;
} }
.path-projets-complets .view-projets .buttons-filtres-ressources { .path-projets-complets .view-projets .buttons-filtres-ressources {
display: none; display: none;
@@ -344,7 +362,9 @@ svg.ext {
margin: auto; margin: auto;
} }
.path-projets-complets .view-projets .view-filters { .path-projets-complets .view-projets .view-filters {
order: 1;
margin-top: 4rem; margin-top: 4rem;
margin-left: 3rem;
padding-left: 0.5rem; padding-left: 0.5rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -357,11 +377,11 @@ svg.ext {
} }
} }
.path-projets-complets .view-projets .view-filters::before { .path-projets-complets .view-projets .view-filters::before {
content: "Sélectionner les projets à imprimer :"; content: "1. Sélectionner les projets à imprimer :";
margin-right: 2rem; margin-right: 2rem;
margin-bottom: 1rem; margin-bottom: 1rem;
margin-left: 0.5rem; font-weight: 600;
font-weight: 900; font-size: 1.5rem;
min-width: fit-content; min-width: fit-content;
} }
@media (max-width: 479px) { @media (max-width: 479px) {
@@ -369,6 +389,9 @@ svg.ext {
padding-bottom: 1rem; padding-bottom: 1rem;
} }
} }
.path-projets-complets .view-projets .view-content {
order: 3;
}
.path-projets-complets .view-projets .field--name-title { .path-projets-complets .view-projets .field--name-title {
order: 2; order: 2;
font-family: "Marianne"; font-family: "Marianne";
@@ -22,30 +22,53 @@
///// bouton print ////// ///// bouton print //////
.view-header{ .view-header{
display: flex;
position: fixed; flex-direction: row;
right: 0; // position: fixed;
margin-right: 2rem; // right: 0;
&::before{
content: '2. ';
margin-right: 2rem;
// margin-bottom: 1rem;
// margin-left: 0.5rem;
font-weight: 600;
font-size: 1.5rem;
// width: 160px;
min-width: fit-content;
@media (max-width: 479px){
padding-bottom: 1rem;
}
}
margin-left: 3rem;
order: 2;
margin-top: 5rem; margin-top: 5rem;
font-weight: 600;
text-transform: uppercase; p{
padding: 0.3rem 0.7rem; font-weight: 600;
width: fit-content; text-transform: uppercase;
background-color: $blue-light; padding: 0.3rem 0.7rem;
border: none; width: fit-content;
p{margin: 0;} background-color: $blue-light;
border: none;
margin: 0;}
a{color: white;} a{color: white;}
} }
.view-projets{ .view-projets{
margin-bottom: 4rem !important; margin-bottom: 4rem !important;
display: flex;
flex-direction: column;
///// filtres /////////// ///// filtres ///////////
.buttons-filtres-ressources{display: none;} .buttons-filtres-ressources{display: none;}
margin: auto; margin: auto;
.view-filters{ .view-filters{
order: 1;
margin-top: 4rem; margin-top: 4rem;
margin-left: 3rem;
padding-left: 0.5rem; padding-left: 0.5rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -56,11 +79,12 @@
} }
&::before{ &::before{
content: 'Sélectionner les projets à imprimer :'; content: '1. Sélectionner les projets à imprimer :';
margin-right: 2rem; margin-right: 2rem;
margin-bottom: 1rem; margin-bottom: 1rem;
margin-left: 0.5rem; // margin-left: 0.5rem;
font-weight: 900; font-weight: 600;
font-size: 1.5rem;
// width: 160px; // width: 160px;
min-width: fit-content; min-width: fit-content;
@media (max-width: 479px){ @media (max-width: 479px){
@@ -70,6 +94,10 @@
} }
.view-content{
order: 3;
}
.field--name-title { .field--name-title {
order: 2; order: 2;
font-family: "Marianne"; font-family: "Marianne";