//
//  DIALTONE
//  COMPONENTS: LOADER
//
//  These are loader classes for Dialpad's design system Dialtone.
//  For further documentation of these and other classes,
//  visit https://dialtone.dialpad.com/components/loader
//
//  TABLE OF CONTENTS
//  • DEFAULT LOADER
//
//  ============================================================================
//  $   DEFAULT LOADER
//  ----------------------------------------------------------------------------
.d-loader-icon {
  animation: d-loading-circle 900ms infinite linear;
}
