You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
435 B

10 years ago
  1. /*******************************
  2. Tab
  3. *******************************/
  4. /* Loading */
  5. @loadingMinHeight: 250px;
  6. @loadingText: 'Loading...';
  7. @loadingTextDistance: 50px;
  8. @loadingBackground: url(../../themes/packages/default/assets/images/loader-large.gif) no-repeat 50% 0px;
  9. @loadingTextColor: @lightTextColor;
  10. @loadingAlign: center;
  11. /* Loading Content */
  12. @loadingContentPosition: relative;
  13. @loadingContentOffset: -10000px;