display filter none bdd

This commit is contained in:
2021-12-17 16:58:13 +01:00
parent d447756267
commit 7c913e4fd7
3 changed files with 13 additions and 3 deletions
@@ -570,11 +570,14 @@ a {
margin: 0;
background-color: white;
border: 2px solid #009ee3;
list-style: none; }
list-style: none;
display: inline-flex; }
.path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link a {
text-transform: uppercase;
font-weight: 700;
color: #009ee3; }
color: #009ee3;
display: inline-flex;
align-items: center; }
.path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link a::after {
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>'); }
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 {
@@ -1244,6 +1247,7 @@ a {
margin: auto;
width: 60%; }
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockbase-de-donnees-block-1 .view-filters {
display: none;
background-color: white;
margin-top: 2rem;
margin-bottom: 2rem; }
@@ -1260,7 +1264,8 @@ a {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between; }
justify-content: space-between;
margin-top: 3rem; }
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .views-row {
flex: 0 1 49%; }
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .node-type-ressource {
@@ -106,6 +106,7 @@
.view-filters{
display: none;
background-color: $white;
margin-top: 2rem;
margin-bottom: 2rem;
@@ -130,6 +131,7 @@
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 3rem;
.views-row{
flex: 0 1 49%;
// padding: 1rem;
@@ -318,11 +318,14 @@
background-color: $white;
border: 2px solid $blue-light;
list-style: none;
display: inline-flex;
a{
text-transform: uppercase;
font-weight: 700;
color: $blue-light;
display: inline-flex;
align-items: center;
}
a::after{