/projets grille css affiche qu'une image
This commit is contained in:
@@ -82,15 +82,19 @@
|
||||
}
|
||||
|
||||
.field--name-field-lieu{
|
||||
display: flex !important;
|
||||
flex-direction: row;
|
||||
div.field__item{
|
||||
display: flex !important;
|
||||
flex-direction: row;
|
||||
}
|
||||
.field__label{
|
||||
display: none;
|
||||
}
|
||||
grid-column: 10 / span 12;
|
||||
grid-row: 2;
|
||||
&::before{
|
||||
content: " | ";
|
||||
margin-right: 2rem;
|
||||
}
|
||||
|
||||
}
|
||||
.field--name-title{
|
||||
|
||||
@@ -112,6 +112,8 @@
|
||||
|
||||
// width: 80%;
|
||||
margin: auto;
|
||||
|
||||
//filtres
|
||||
.view-filters{
|
||||
margin-top: 4rem;
|
||||
display: flex;
|
||||
@@ -272,6 +274,12 @@
|
||||
}
|
||||
.field--name-field-photo {
|
||||
order:1;
|
||||
.field__item{
|
||||
display:none;
|
||||
}
|
||||
.field__item:first-child{
|
||||
display:block;
|
||||
}
|
||||
img{
|
||||
width: 100%;
|
||||
max-height: 175px;
|
||||
@@ -327,6 +335,18 @@
|
||||
margin-top: 0.8rem;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
.field--name-field-region{
|
||||
display: none;
|
||||
}
|
||||
.field--name-field-type-de-moa{
|
||||
display: none;
|
||||
}
|
||||
.field--name-field-type-de-projet{
|
||||
display: none;
|
||||
}
|
||||
.field--name-field-etape-du-projet{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user