diff core/themes/classy/css/components/user.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/user.css	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/themes/classy/css/components/user.css	Thu May 09 15:34:47 2019 +0100
@@ -9,9 +9,9 @@
   background-color: #ebeae4;
 }
 .password-strength__indicator {
-  background-color: #77b259;
   -webkit-transition: width 0.5s ease-out;
   transition: width 0.5s ease-out;
+  background-color: #77b259;
 }
 .password-strength__indicator.is-weak {
   background-color: #e62600;
@@ -34,9 +34,9 @@
 }
 
 .password-suggestions {
+  max-width: 34.7em;
+  margin: 0.7em 0;
   padding: 0.2em 0.5em;
-  margin: 0.7em 0;
-  max-width: 34.7em;
   border: 1px solid #b4b4b4;
 }
 .password-suggestions ul {
@@ -46,9 +46,9 @@
 .confirm-parent,
 .password-parent {
   clear: left; /* LTR */
+  overflow: hidden;
+  max-width: 33em;
   margin: 0;
-  max-width: 33em;
-  overflow: hidden;
 }
 [dir="rtl"] .confirm-parent,
 [dir="rtl"] .password-parent {