css sous-titre-actu dans home
This commit is contained in:
@@ -646,8 +646,8 @@ a {
|
||||
.path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-date {
|
||||
order: 2;
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
justify-content: flex-end; }
|
||||
flex-direction: row;
|
||||
justify-content: flex-start; }
|
||||
.path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-date:not(:last-child):after {
|
||||
padding-right: 1rem;
|
||||
content: "|"; }
|
||||
|
||||
@@ -375,8 +375,8 @@
|
||||
.field--name-field-date{
|
||||
order: 2;
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
justify-content: flex-end;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
&:not(:last-child):after{
|
||||
padding-right: 1rem;
|
||||
content: "|";
|
||||
|
||||
Reference in New Issue
Block a user