Throbber.less 213 B

1234567891011121314
  1. // Throbber
  2. .@{prefix}-throbber {
  3. position: absolute;
  4. top: 0; left: 0;
  5. width: 100%; height: 100%;
  6. .opacity(0.6);
  7. background: @throbber-bg;
  8. }
  9. .@{prefix}-throbber-inline {
  10. position: static;
  11. height: 50px;
  12. }