@dialpad/dialtone-css
Version:
Dialpad's design system
18 lines (17 loc) • 532 B
text/less
//
// 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;
}