@dialpad/dialtone-css
Version:
Dialpad's design system
22 lines (20 loc) • 572 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 {
display: inline-flex;
}
.d-loader__icon {
animation: d-loading-circle 900ms infinite linear;
}