Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / classy / css / components / progress.css
index 60bc123c96bd71b96cb8a4840e18716b96b68271..09aab9071d85218015decbf90326cacbb5d91f45 100644 (file)
@@ -10,7 +10,7 @@
   border-radius: 10em;
   background-color: #f2f1eb;
   background-image: -webkit-linear-gradient(#e7e7df, #f0f0f0);
-  background-image:         linear-gradient(#e7e7df, #f0f0f0);
+  background-image: linear-gradient(#e7e7df, #f0f0f0);
   box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.16);
 }
 .progress__bar {
   0% { background-position: 0 0, 0 0; }
   100% { background-position: 0 0, -80px 0; }
 }
+
 @-ms-keyframes animate-stripes {
   0% { background-position: 0 0, 0 0; }
   100% { background-position: 0 0, -80px 0; }
 }
+
 @keyframes animate-stripes {
   0% { background-position: 0 0, 0 0; }
   100% { background-position: 0 0, -80px 0; }