lieu actu
This commit is contained in:
@@ -770,14 +770,25 @@ a {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-start; }
|
justify-content: flex-start; }
|
||||||
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-date .field--name-field-date .field__item:not(:last-child):after {
|
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-date .field--name-field-date .field__item {
|
||||||
padding-right: 1rem;
|
padding-right: 2 rem; }
|
||||||
padding-left: 1rem;
|
|
||||||
content: "|"; }
|
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-date .field--name-field-date {
|
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-date .field--name-field-date {
|
||||||
margin-left: 10%;
|
margin-left: 10%;
|
||||||
font-size: 1rem; } }
|
font-size: 1rem; } }
|
||||||
|
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-lieu {
|
||||||
|
grid-column: 2 / span 3;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #09398b;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
font-weight: 800; }
|
||||||
|
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-lieu .field--name-field-lieu {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row; }
|
||||||
|
@media (max-width: 810px) {
|
||||||
|
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-lieu .field--name-field-lieu {
|
||||||
|
margin-left: 10%;
|
||||||
|
font-size: 1rem; } }
|
||||||
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre {
|
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre {
|
||||||
grid-column: 2 /span 7;
|
grid-column: 2 /span 7;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|||||||
@@ -69,6 +69,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.block-entity-fieldnodefield-date{
|
.block-entity-fieldnodefield-date{
|
||||||
|
// grid-row: 4 ;
|
||||||
grid-column: 2 / span 3;
|
grid-column: 2 / span 3;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: $blue-dark;
|
color: $blue-dark;
|
||||||
@@ -78,10 +79,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
.field__item:not(:last-child):after{
|
|
||||||
padding-right: 1rem;
|
// .field__item:not(:last-child):after{
|
||||||
padding-left: 1rem;
|
// padding-right: 1rem;
|
||||||
content: "|";
|
// padding-left: 1rem;
|
||||||
|
// content: "|";
|
||||||
|
// }
|
||||||
|
.field__item{
|
||||||
|
padding-right: 2 rem;
|
||||||
}
|
}
|
||||||
@media (max-width: 810px){
|
@media (max-width: 810px){
|
||||||
margin-left: 10%;
|
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{
|
.block-entity-fieldnodefield-sous-titre{
|
||||||
grid-column: 2 /span 7;
|
grid-column: 2 /span 7;
|
||||||
|
|||||||
Reference in New Issue
Block a user