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.
15 lines
435 B
15 lines
435 B
/*******************************
|
|
Tab
|
|
*******************************/
|
|
|
|
/* Loading */
|
|
@loadingMinHeight: 250px;
|
|
@loadingText: 'Loading...';
|
|
@loadingTextDistance: 50px;
|
|
@loadingBackground: url(../../themes/packages/default/assets/images/loader-large.gif) no-repeat 50% 0px;
|
|
@loadingTextColor: @lightTextColor;
|
|
@loadingAlign: center;
|
|
|
|
/* Loading Content */
|
|
@loadingContentPosition: relative;
|
|
@loadingContentOffset: -10000px;
|