@import "../../themes/ionic.globals";

// Skeleton Text
// --------------------------------------------------

/// @prop - Background color alpha of the skeleton text
$skeleton-text-background-alpha:            .065;

/// @prop - Background color of the skeleton text
$skeleton-text-background:                  rgba(var(--background-rgb, $text-color-rgb), $skeleton-text-background-alpha);

/// @prop - Background color alpha of the skeleton text animation
$skeleton-text-background-animated-alpha:   .135;

/// @prop - Background color of the skeleton text animation
$skeleton-text-background-animated:         rgba(var(--background-rgb, $text-color-rgb), $skeleton-text-background-animated-alpha);
