display filter print
This commit is contained in:
+7
-2
@@ -322,8 +322,7 @@ svg.ext {
|
|||||||
}
|
}
|
||||||
.path-projets-complets .view-header::before {
|
.path-projets-complets .view-header::before {
|
||||||
content: "2. ";
|
content: "2. ";
|
||||||
margin-right: 2rem;
|
margin-right: 1rem;
|
||||||
margin-bottom: 1rem;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
@@ -355,6 +354,12 @@ svg.ext {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
@media screen {
|
||||||
|
.path-projets-complets .view-projets {
|
||||||
|
margin-top: 5rem !important;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
}
|
||||||
.path-projets-complets .view-projets .buttons-filtres-ressources {
|
.path-projets-complets .view-projets .buttons-filtres-ressources {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
// right: 0;
|
// right: 0;
|
||||||
&::before{
|
&::before{
|
||||||
content: '2. ';
|
content: '2. ';
|
||||||
margin-right: 2rem;
|
margin-right: 1rem;
|
||||||
// margin-bottom: 1rem;
|
// margin-bottom: 1rem;
|
||||||
// margin-left: 0.5rem;
|
// margin-left: 0.5rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@@ -61,6 +61,11 @@
|
|||||||
margin-bottom: 4rem !important;
|
margin-bottom: 4rem !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@media screen {
|
||||||
|
margin-top: 5rem !important;
|
||||||
|
width: 80%;
|
||||||
|
|
||||||
|
}
|
||||||
///// filtres ///////////
|
///// filtres ///////////
|
||||||
.buttons-filtres-ressources{display: none;}
|
.buttons-filtres-ressources{display: none;}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user