/*@import '~riotclient-lol-asset-csslib/styles/colors'; want this to be able to be a .styl page*/

.intro-animation .active {
  animation-name: icon-intro-animation;
  animation-duration: 0.9s;
  animation-delay: 0.12s;
  animation-fill-mode: backwards;
  animation-timing-function: linear;
}

@keyframes icon-intro-animation {
  0% {
    fill: white;
  }

  100% {
    /*fill: $colors_laser;*/
    fill: #c8aa6e;
  }
}
