display filter none bdd
This commit is contained in:
@@ -570,11 +570,14 @@ a {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 2px solid #009ee3;
|
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 {
|
.path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link a {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 700;
|
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 {
|
.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>'); }
|
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 {
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 {
|
||||||
@@ -1244,6 +1247,7 @@ a {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
width: 60%; }
|
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 {
|
.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;
|
background-color: white;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
margin-bottom: 2rem; }
|
margin-bottom: 2rem; }
|
||||||
@@ -1260,7 +1264,8 @@ a {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
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 {
|
.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%; }
|
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 {
|
.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{
|
.view-filters{
|
||||||
|
display: none;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
@@ -130,6 +131,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
margin-top: 3rem;
|
||||||
.views-row{
|
.views-row{
|
||||||
flex: 0 1 49%;
|
flex: 0 1 49%;
|
||||||
// padding: 1rem;
|
// padding: 1rem;
|
||||||
|
|||||||
@@ -318,11 +318,14 @@
|
|||||||
background-color: $white;
|
background-color: $white;
|
||||||
border: 2px solid $blue-light;
|
border: 2px solid $blue-light;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
display: inline-flex;
|
||||||
|
|
||||||
a{
|
a{
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: $blue-light;
|
color: $blue-light;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
a::after{
|
a::after{
|
||||||
|
|||||||
Reference in New Issue
Block a user