enlever fleche dans block bdd
This commit is contained in:
@@ -1280,15 +1280,15 @@ a {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-top: 3rem; }
|
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 {
|
||||||
width: 49%; }
|
width: 49%;
|
||||||
|
min-height: 300px;
|
||||||
|
border: 2px solid #009ee3;
|
||||||
|
background-color: white;
|
||||||
|
margin-bottom: 1rem; }
|
||||||
.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 {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border: 2px solid #009ee3;
|
padding: 1rem; }
|
||||||
padding: 1rem;
|
|
||||||
height: fit-content;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
background-color: white; }
|
|
||||||
.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:hover {
|
.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:hover {
|
||||||
background-color: #009ee3; }
|
background-color: #009ee3; }
|
||||||
.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 .field--name-field-type-de-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 .field--name-field-type-de-ressource {
|
||||||
|
|||||||
@@ -137,19 +137,18 @@
|
|||||||
width: 49%;
|
width: 49%;
|
||||||
// padding: 1rem;
|
// padding: 1rem;
|
||||||
// width: 50%;
|
// width: 50%;
|
||||||
|
min-height: 300px;
|
||||||
|
border: 2px solid $blue-light;
|
||||||
|
background-color: $white;
|
||||||
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-type-ressource{
|
.node-type-ressource{
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border: 2px solid $blue-light;
|
// border: 2px solid $blue-light;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
||||||
height: fit-content;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
background-color: $white;
|
|
||||||
&:hover{
|
&:hover{
|
||||||
background-color: $blue-light;
|
background-color: $blue-light;
|
||||||
.field--name-field-mots-clefs{
|
.field--name-field-mots-clefs{
|
||||||
|
|||||||
Reference in New Issue
Block a user