hauteur filtres
This commit is contained in:
+3
-3
@@ -5385,7 +5385,7 @@ svg.ext {
|
|||||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters {
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
align-self: start;
|
align-self: start;
|
||||||
top: 14rem;
|
top: 21rem;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
margin-bottom: 5rem;
|
margin-bottom: 5rem;
|
||||||
@@ -5393,8 +5393,8 @@ svg.ext {
|
|||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
padding-right: 1.5rem;
|
padding-right: 1.5rem;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
transform: translateY(-100px);
|
transform: translateY(-210px);
|
||||||
margin-bottom: -100px;
|
margin-bottom: -210px;
|
||||||
}
|
}
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters {
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters {
|
||||||
|
|||||||
@@ -127,7 +127,7 @@
|
|||||||
.view-filters{
|
.view-filters{
|
||||||
position: sticky;
|
position: sticky;
|
||||||
align-self: start;
|
align-self: start;
|
||||||
top: 14rem;
|
top: 21rem;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
margin-bottom: 5rem;
|
margin-bottom: 5rem;
|
||||||
@@ -135,8 +135,8 @@
|
|||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
padding-right: 1.5rem;
|
padding-right: 1.5rem;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
transform: translateY(-100px);
|
transform: translateY(-210px);
|
||||||
margin-bottom: -100px;
|
margin-bottom: -210px;
|
||||||
|
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
position: static;
|
position: static;
|
||||||
|
|||||||
Reference in New Issue
Block a user