ouidade 3 年之前
父节点
当前提交
d2cb8a68c8

+ 1 - 1
web/profiles/d8-starterkit-profile

@@ -1 +1 @@
-Subproject commit 9b46db9c56faf2cbc965ea1b76ce5345e7f46c0f
+Subproject commit 6fe8986494069c7e9bf019cbe98d8f2c7d5166d0

+ 2 - 2
web/themes/custom/eql/css-compiled/styles.css

@@ -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;

+ 6 - 3
web/themes/custom/eql/scss/pages/_toutesactualites.scss

@@ -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;