]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+signup/shared/signup-success.component.scss
Remove all checkboxes in issue templates
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / shared / signup-success.component.scss
index fbc27c8bc1a6be224993598896f72c27f2169f8e..b302366e22ccae696a08641b2e997be77a5d537d 100644 (file)
@@ -9,19 +9,16 @@ svg {
   stroke-dashoffset: 0;
 
   &.circle {
-    -webkit-animation: dash .9s ease-in-out;
     animation: dash .9s ease-in-out;
   }
 
   &.line {
     stroke-dashoffset: 1000;
-    -webkit-animation: dash .9s .35s ease-in-out forwards;
     animation: dash .9s .35s ease-in-out forwards;
   }
 
   &.check {
     stroke-dashoffset: -100;
-    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
     animation: dash-check .9s .35s ease-in-out forwards;
   }
 }
@@ -38,16 +35,6 @@ svg {
   text-align: center;
 }
 
-
-@-webkit-keyframes dash {
-  0% {
-    stroke-dashoffset: 1000;
-  }
-  100% {
-    stroke-dashoffset: 0;
-  }
-}
-
 @keyframes dash {
   0% {
     stroke-dashoffset: 1000;
@@ -57,15 +44,6 @@ svg {
   }
 }
 
-@-webkit-keyframes dash-check {
-  0% {
-    stroke-dashoffset: -100;
-  }
-  100% {
-    stroke-dashoffset: 900;
-  }
-}
-
 @keyframes dash-check {
   0% {
     stroke-dashoffset: -100;