diff core/modules/system/css/components/progress.module.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/modules/system/css/components/progress.module.css	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/modules/system/css/components/progress.module.css	Thu May 09 15:34:47 2019 +0100
@@ -9,26 +9,26 @@
   position: relative;
 }
 .progress__track {
+  min-width: 100px;
+  max-width: 100%;
+  height: 16px;
+  margin-top: 5px;
+  border: 1px solid;
   background-color: #fff;
-  border: 1px solid;
-  margin-top: 5px;
-  max-width: 100%;
-  min-width: 100px;
-  height: 16px;
 }
 .progress__bar {
-  background-color: #000;
-  height: 16px;
   width: 3%;
   min-width: 3%;
   max-width: 100%;
+  height: 16px;
+  background-color: #000;
 }
 .progress__description,
 .progress__percentage {
+  overflow: hidden;
+  margin-top: 0.2em;
   color: #555;
-  overflow: hidden;
   font-size: 0.875em;
-  margin-top: 0.2em;
 }
 .progress__description {
   float: left; /* LTR */