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.
9 lines
397 B
9 lines
397 B
6 years ago
|
@import "../../node_modules/fineui/src/less/image.less";
|
||
|
@import "./lib/background.less";
|
||
|
@import "var";
|
||
|
|
||
|
.background(data-connection-background, @background-data-connection);
|
||
|
.background(upload-loading-icon, @icon-upload-loading);
|
||
|
.background(upload-fail-icon, @icon-upload-fail);
|
||
|
.background(upload-success-icon, @icon-upload-success);
|
||
|
.background(error-page-background, @background-error-page);
|