grille bdd
This commit is contained in:
Submodule web/profiles/d8-starterkit-profile updated: 9b46db9c56...6fe8986494
@@ -1347,6 +1347,12 @@ a {
|
||||
width: 46%;
|
||||
height: 80%;
|
||||
padding: 1rem; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollections-block-1 div:first-of-type .view-id-collections .view-content .views-row .views-field-name .field-content {
|
||||
grid-column: 3 /span 6; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollections-block-1 div:first-of-type .view-id-collections .view-content .views-row .views-field-name span {
|
||||
margin: 0;
|
||||
padding: 1rem;
|
||||
padding-bottom: 2rem; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollections-block-1 div:first-of-type .view-id-collections .view-content .views-row a {
|
||||
color: black;
|
||||
font-size: 1.5rem;
|
||||
@@ -1355,11 +1361,11 @@ a {
|
||||
background: #09398b; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollections-block-1 div:first-of-type .view-id-collections .view-content .views-row:hover a {
|
||||
color: white; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-config-pages-block {
|
||||
grid-column: 3 / span 5; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-config-pages-block .field--name-field-introduction {
|
||||
margin: auto;
|
||||
background: white; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollection--block-1 {
|
||||
grid-column: 3 / span 5;
|
||||
margin: auto;
|
||||
background: white;
|
||||
margin-top: 2rem; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-block-content82917d0c-5004-4bfb-af66-ce334782d82d {
|
||||
grid-column: 8 / span 9;
|
||||
margin-top: 4rem;
|
||||
@@ -1388,7 +1394,6 @@ a {
|
||||
width: 80%;
|
||||
grid-column: 3 / span 8; }
|
||||
.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; }
|
||||
|
||||
@@ -65,6 +65,20 @@
|
||||
width: 46%;
|
||||
height: 80%;
|
||||
padding: 1rem;
|
||||
.views-field-name{
|
||||
.field-content{
|
||||
grid-column: 3 /span 6;
|
||||
|
||||
}
|
||||
span{
|
||||
|
||||
margin: 0;
|
||||
padding: 1rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
a{
|
||||
color: $black;
|
||||
font-size: 1.5rem;
|
||||
@@ -100,14 +114,15 @@
|
||||
}
|
||||
|
||||
// texte présentation
|
||||
.block-config-pages-block{
|
||||
.block-views-blockcollection--block-1{
|
||||
grid-column: 3 / span 5;
|
||||
// margin: 2rem;
|
||||
.field--name-field-introduction{
|
||||
// .field--name-field-introduction{
|
||||
// width: 65%;
|
||||
margin: auto;
|
||||
background: $white;
|
||||
}
|
||||
margin-top:2rem;
|
||||
// }
|
||||
}
|
||||
|
||||
//button proposer une ressource
|
||||
@@ -150,7 +165,7 @@
|
||||
|
||||
|
||||
.view-filters{
|
||||
display: none;
|
||||
// display: none;
|
||||
background-color: $white;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
Reference in New Issue
Block a user