content
This commit is contained in:
@@ -1152,8 +1152,8 @@ a {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start; }
|
||||
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-date:not(:last-child):after {
|
||||
padding-right: 1rem;
|
||||
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-date .field__item:not(:last-of-type) ::after {
|
||||
padding-left: 1rem;
|
||||
content: "|"; }
|
||||
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-date time {
|
||||
font-size: 0.9rem;
|
||||
|
||||
@@ -76,9 +76,12 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
&:not(:last-child):after{
|
||||
padding-right: 1rem;
|
||||
content: "|";
|
||||
.field__item:not(:last-of-type){
|
||||
::after{
|
||||
padding-left: 1rem;
|
||||
content: "|";
|
||||
}
|
||||
|
||||
}
|
||||
time{
|
||||
font-size: 0.9rem;
|
||||
|
||||
Reference in New Issue
Block a user