Subversion Repositories Integrator Subversion

Rev

Blame | Last modification | View Log | Download | RSS feed

body {
  .ui-skeleton {
    background-color: $skeletonBg;
    border-radius: $borderRadius;

    &:after {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), $skeletonAnimationBg, rgba(255, 255, 255, 0));
    }
  }
}