diff core/themes/classy/css/components/messages.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
line wrap: on
line diff
--- a/core/themes/classy/css/components/messages.css	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/themes/classy/css/components/messages.css	Thu May 09 15:34:47 2019 +0100
@@ -4,28 +4,28 @@
  */
 
 .messages {
-  background: no-repeat 10px 17px;  /* LTR */
+  padding: 15px 20px 15px 35px; /* LTR */
+  word-wrap: break-word;
   border: 1px solid;
   border-width: 1px 1px 1px 0;  /* LTR */
   border-radius: 2px;
-  padding: 15px 20px 15px 35px; /* LTR */
-  word-wrap: break-word;
+  background: no-repeat 10px 17px;  /* LTR */
   overflow-wrap: break-word;
 }
 [dir="rtl"] .messages {
+  padding-right: 35px;
+  padding-left: 20px;
+  text-align: right;
   border-width: 1px 0 1px 1px;
   background-position: right 10px top 17px;
-  padding-left: 20px;
-  padding-right: 35px;
-  text-align: right;
 }
 .messages + .messages {
   margin-top: 1.538em;
 }
 .messages__list {
+  margin: 0;
+  padding: 0;
   list-style: none;
-  padding: 0;
-  margin: 0;
 }
 .messages__item + .messages__item {
   margin-top: 0.769em;
@@ -33,22 +33,22 @@
 /* See .color-success in Seven's colors.css */
 .messages--status {
   color: #325e1c;
+  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;  /* LTR */
   background-color: #f3faef;
-  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;  /* LTR */
   background-image: url(../../../../misc/icons/73b355/check.svg);
   box-shadow: -8px 0 0 #77b259; /* LTR */
 }
 [dir="rtl"] .messages--status {
+  margin-left: 0;
   border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
   box-shadow: 8px 0 0 #77b259;
-  margin-left: 0;
 }
 /* See .color-warning in Seven's colors.css */
 .messages--warning {
+  color: #734c00;
+  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;  /* LTR */
   background-color: #fdf8ed;
   background-image: url(../../../../misc/icons/e29700/warning.svg);
-  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;  /* LTR */
-  color: #734c00;
   box-shadow: -8px 0 0 #e09600; /* LTR */
 }
 [dir="rtl"] .messages--warning {
@@ -57,10 +57,10 @@
 }
 /* See .color-error in Seven's colors.css */
 .messages--error {
+  color: #a51b00;
+  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;  /* LTR */
   background-color: #fcf4f2;
-  color: #a51b00;
   background-image: url(../../../../misc/icons/e32700/error.svg);
-  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;  /* LTR */
   box-shadow: -8px 0 0 #e62600; /* LTR */
 }
 [dir="rtl"] .messages--error {