/* VF_ASSET_BOOT_ACCELERATOR_V7
   Loading-state polish only. No financial values are synthesized. */

@media(max-width:930px){
  body[data-section="send"] [data-loading],
  body[data-section="receive"] [data-loading],
  body[data-section="wallet"] [data-loading],
  body[data-section="send"] .loading,
  body[data-section="receive"] .loading,
  body[data-section="wallet"] .loading{
    animation:vfAssetBootPulseV7 1.05s ease-in-out infinite alternate;
  }

  body[data-section="send"] .asset-logo-wrap img,
  body[data-section="receive"] .asset-logo-wrap img,
  body[data-section="wallet"] .asset-logo-wrap img,
  body[data-section="send"] .vfp3-coin-logo,
  body[data-section="receive"] .vfp3-coin-logo,
  body[data-section="wallet"] .vfp3-coin-logo{
    content-visibility:auto;
  }
}

@keyframes vfAssetBootPulseV7{
  from{opacity:.58}
  to{opacity:.92}
}
