sticky filters
This commit is contained in:
+7
-8
@@ -385,10 +385,9 @@ svg.ext {
|
||||
margin: auto;
|
||||
}
|
||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers .file--mime-application-pdf ::before {
|
||||
content: url("../images/pictos/noun_Download_file_307900.svg");
|
||||
min-width: 25px;
|
||||
content: url("../images/pictos/download.png");
|
||||
height: auto;
|
||||
padding-right: 0.5rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers .file--mime-application-pdf a {
|
||||
hyphens: auto;
|
||||
@@ -413,6 +412,7 @@ svg.ext {
|
||||
justify-items: center;
|
||||
color: rgb(0, 158, 227);
|
||||
font-weight: 800;
|
||||
align-items: center;
|
||||
}
|
||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a::before {
|
||||
content: url("../images/pictos/external_link.png");
|
||||
@@ -5330,6 +5330,9 @@ svg.ext {
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
.path-ressources .layout-container {
|
||||
overflow: visible;
|
||||
}
|
||||
.path-ressources .layout-content {
|
||||
width: 100vw;
|
||||
}
|
||||
@@ -5439,12 +5442,8 @@ svg.ext {
|
||||
order: 3;
|
||||
}
|
||||
}
|
||||
.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 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.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: fixed;
|
||||
position: sticky;
|
||||
top: 13rem;
|
||||
left: 0;
|
||||
width: 15%;
|
||||
|
||||
Reference in New Issue
Block a user