• Handle: @working-indicator-inline
  • Preview:
  • Filesystem Path: components/02-atoms/16-working-indicator-inline/working-indicator-inline.hbs

There are no notes for this item.

<div class="loading animated infinite spin"></div>
  • Content:
    /*------------------------------------*\
        #WORKING INDICATOR INLINE
    \*------------------------------------*/
    
    .loading {
      position: relative;
      width: 25px;
      height: 25px;
      margin: 100px auto 0;
      border: 2px dotted $border-active;
      border-radius: $radius-circle;
    }
    
  • URL: /components/raw/working-indicator-inline/working-indicator-inline.scss
  • Filesystem Path: components/02-atoms/16-working-indicator-inline/working-indicator-inline.scss
  • Size: 273 Bytes