Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / views / promoted-items.css
index b81adae5926b636df21a9d6a72d2a46139e7b438..0ad4107c25fdf25a5496fb8d1f7e6174f9c18cdd 100644 (file)
 @media screen and (min-width: 60rem) { /* 960px */
   .view-promoted-items--single > .view-content {
     flex: 0 0 50%;
-    margin-right: 14px;
+    margin-right: 14px; /* LTR */
     display: flex;
   }
+  [dir=rtl] .view-promoted-items--single > .view-content {
+    margin-right: 0;
+    margin-left: 14px;
+  }
 }
 
 .view-promoted-items--single > .view-content .views-row {
 /* Large */
 @media screen and (min-width: 60rem) { /* 960px */
   .view-promoted-items--single > .attachment-after {
-    margin-left: 14px;
+    margin-left: 14px; /* LTR */
     display: flex;
   }
+  [dir=rtl] .view-promoted-items--single > .attachment-after {
+    margin-left: 0;
+    margin-right: 14px;
+  }
 }
 
 /* Large */