top filters, width
This commit is contained in:
+2
-2
@@ -5409,7 +5409,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 {
|
||||
display: grid;
|
||||
grid-template-columns: 20% 80%;
|
||||
grid-template-columns: 22% 80%;
|
||||
gap: 2rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
@@ -5421,7 +5421,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 {
|
||||
position: sticky;
|
||||
align-self: start;
|
||||
top: 23rem;
|
||||
top: 21rem;
|
||||
left: 0;
|
||||
background-color: rgb(255, 255, 255);
|
||||
margin-bottom: 5rem;
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
}
|
||||
.view-base-de-donnees{
|
||||
display: grid;
|
||||
grid-template-columns: 20% 80%;
|
||||
grid-template-columns: 22% 80%;
|
||||
gap: 2rem;
|
||||
@media (max-width:810px) {
|
||||
display: flex;
|
||||
@@ -143,7 +143,7 @@
|
||||
.view-filters{
|
||||
position: sticky;
|
||||
align-self: start;
|
||||
top: 23rem;
|
||||
top: 21rem;
|
||||
left: 0;
|
||||
background-color: $white;
|
||||
margin-bottom: 5rem;
|
||||
|
||||
Reference in New Issue
Block a user