All Downloads are FREE. Search and download functionalities are using the official Maven repository.

theme-base.components.misc._skeleton.scss Maven / Gradle / Ivy

There is a newer version: 15.0.0
Show newest version
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));
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy