lieu actu

This commit is contained in:
2022-11-25 11:59:18 +01:00
parent decb4fe409
commit 2065a09d30
2 changed files with 46 additions and 8 deletions
@@ -69,6 +69,7 @@
}
.block-entity-fieldnodefield-date{
// grid-row: 4 ;
grid-column: 2 / span 3;
text-transform: uppercase;
color: $blue-dark;
@@ -78,10 +79,14 @@
display: flex;
flex-direction: row;
justify-content: flex-start;
.field__item:not(:last-child):after{
padding-right: 1rem;
padding-left: 1rem;
content: "|";
// .field__item:not(:last-child):after{
// padding-right: 1rem;
// padding-left: 1rem;
// content: "|";
// }
.field__item{
padding-right: 2 rem;
}
@media (max-width: 810px){
margin-left: 10%;
@@ -90,6 +95,28 @@
}
}
.block-entity-fieldnodefield-lieu{
// grid-row: 4 ;
grid-column: 2 / span 3;
text-transform: uppercase;
color: $blue-dark;
font-size: 1.2rem;
font-weight: 800;
.field--name-field-lieu{
display: flex;
flex-direction: row;
// justify-content: flex-start;
// .field__item:not(:last-child):after{
// padding-right: 1rem;
// padding-left: 1rem;
// content: "|";
// }
@media (max-width: 810px){
margin-left: 10%;
font-size: 1rem;
}
}
}
.block-entity-fieldnodefield-sous-titre{
grid-column: 2 /span 7;