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 / messages / messages.css
index d7a4f049879f89bc6e3d0af6bd32c5264d914024..b49bc8e48cf5f3a8cac9f8d0f9f3f47522065c0d 100644 (file)
   margin-top: 1.538em;
 }
 .messages__content {
-  background: no-repeat 0 center;
+  background: no-repeat 0 center; /* LTR */
+}
+[dir=rtl] .messages__content {
+  background-position: right;
 }
 .messages--status {
   background-color: #e6eee0;
   margin: 0;
 }
 .messages__item {
-  margin-left: 24px;
+  margin-left: 24px; /* LTR */
+}
+[dir=rtl] .messages__item {
+  margin-left: 0;
+  margin-right: 24px;
 }
 .messages__item + .messages__item {
   margin-top: 0.769em;