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 / content-types / recipe / recipe.css
index 453d8b24feb7da82072cd3a58b17f5a99948fa72..ac1aff73159960f892b2c5422218858dee2bbcc1 100644 (file)
   align-items: center;
   min-height: 40px;
   margin-bottom: 0.96em;
-  padding-left: 48px;
+  padding-left: 48px; /* LTR */
   background-repeat: no-repeat;
-  background-position: left center;
+  background-position: left center; /* LTR */
   background-size: 40px 40px;
 }
+[dir=rtl] .node--type-recipe.node--view-mode-full .field--name-field-preparation-time,
+[dir=rtl] .node--type-recipe.node--view-mode-full .field--name-field-cooking-time,
+[dir=rtl] .node--type-recipe.node--view-mode-full .field--name-field-number-of-servings,
+[dir=rtl] .node--type-recipe.node--view-mode-full .field--name-field-difficulty {
+  background-position: right center;
+  padding-left: 0;
+  padding-right: 48px;
+}
 .node--type-recipe.node--view-mode-full .field--name-field-preparation-time {
   background-image: url(../../../../images/svg/knife.svg);
 }