|
@@ -1280,15 +1280,15 @@ a {
|
|
|
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 {
|
|
|
- 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 {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- border: 2px solid #009ee3;
|
|
|
- padding: 1rem;
|
|
|
- height: fit-content;
|
|
|
- margin-bottom: 1rem;
|
|
|
- background-color: white; }
|
|
|
+ padding: 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:hover {
|
|
|
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 {
|