@charset "UTF-8";
@import '../../themes/index';
$wplaceholder-prefix: '.#{$base-prefix}-wplaceholder';
$loading-prefix: '.#{$base-prefix}-wplaceholder-loading';

$height: 32px;

$item-height-1: 20px;
$item-height-2: 26px;
$item-height-3: 32px;

$fill: getVar(widgets-color-gray, $widgets-color-gray);
$color: getVar(widgets-color-disable, $widgets-color-disable);
$font-size: getVar(widgets-font-size-1, $widgets-font-size-1);
$gap-size: getVar(s2, $s2);
$container-bg: getVar(widgets-color-container-background, $widgets-color-container-background);
$children-text: getVar(widgets-color-text-3, $widgets-color-text-3);

$loading-indicator-size: 28px;
$loading-vector-seconds: 5.6s;
$loading-vector-dot-seconds: 1.4s;
$loading-dot-size: 8px;
$loading-dot-fill: getVar(widgets-color-normal, $widgets-color-normal);
$loading-background: getVar(
  widgets-color-container-background,
  $widgets-color-container-background
);

$error-background: getVar(widgets-capacity-background-error, $widgets-capacity-background-error);
