Subversion Repositories Integrator Subversion

Rev

Rev 182 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
179 espaco 1
body {
2
  .ui-skeleton {
3
    background-color: $skeletonBg;
4
    border-radius: $borderRadius;
5
 
6
    &:after {
7
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), $skeletonAnimationBg, rgba(255, 255, 255, 0));
8
    }
9
  }
10
}