fixing progress bar styles
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 29 Dec 2017 21:52:29 +0000 (16:52 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 29 Dec 2017 21:52:29 +0000 (16:52 -0500)
foundation 6 was breaking the progress bar styles

css/front.css

index 6d2e9af..a70666b 100644 (file)
@@ -1061,6 +1061,7 @@ span.glm-error {
       text-align: center;
       text-transform: uppercase;
       color: #7d7d7d;
+    
   }
   .progressbar li:before {
       width: 30px;
@@ -1074,6 +1075,9 @@ span.glm-error {
       margin: 0 auto 10px auto;
       border-radius: 50%;
       background-color: white;
+      position: relative;
+      z-index: 1;
+     
   }
   .progressbar li:after {
       width: 100%;
@@ -1083,7 +1087,7 @@ span.glm-error {
       background-color: #7d7d7d;
       top: 15px;
       left: -50%;
-      z-index: -1;
+      
   }
   .progressbar li:first-child:after {
       content: none;