lieu actu
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user