You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
432 B
Plaintext
19 lines
432 B
Plaintext
7 years ago
|
@import (once) "./toolbar.less";
|
||
|
@import (once) './fileupload.less';
|
||
|
@import (once) './alertify.less';
|
||
|
@import (once) './tokenfield.less';
|
||
|
@import (once) './creation.less';
|
||
|
|
||
|
.framework_main(@bg-color, @warn-color, @color) {
|
||
|
.toolbar_main(
|
||
|
@bg-color: @bg-color,
|
||
|
@warn-color: @warn-color,
|
||
|
@color: @color
|
||
|
);
|
||
|
.fileupload_main();
|
||
|
.alertify_main();
|
||
|
.tokenfield_main();
|
||
|
.creation_main();
|
||
|
}
|
||
|
|