martin.ma 3 vuotta sitten
vanhempi
commit
e51000ce4a
2 muutettua tiedostoa jossa 5 lisäystä ja 3 poistoa
  1. 5 3
      assets/css/developer/index.scss
  2. BIN
      assets/img/developer/next.png

+ 5 - 3
assets/css/developer/index.scss

@@ -57,14 +57,17 @@
     }
     }
     .line{
     .line{
       &::after{
       &::after{
-        background-color: #288bff;
+        // background-color: #288bff;
+        background: url("~@/assets/img/developer/next.png") no-repeat center center;
+        background-size: 35px 18px;
+        height:20px;
       }
       }
     }
     }
   }
   }
   &.cur + .developer-process-item{
   &.cur + .developer-process-item{
     // background-color: #f00;
     // background-color: #f00;
     .developer-process-step{
     .developer-process-step{
-      box-shadow: 0 0 0 1px #288bff;
+      border:1px solid #288bff;
     }
     }
   }
   }
 }
 }
@@ -92,7 +95,6 @@
       content: "";
       content: "";
       width: 43px;
       width: 43px;
       height: 1px;
       height: 1px;
-      //   border-top: 1px solid #ced3d9;
       background-color: #ced3d9;
       background-color: #ced3d9;
     }
     }
   }
   }

BIN
assets/img/developer/next.png