Wrapped modal.less into a mixin which gets rid of the last file which emitted CSS

This commit is contained in:
Caleb James DeLisle
2018-07-12 19:13:04 +02:00
parent 4a352f2ed8
commit a6d3dbf94f
20 changed files with 78 additions and 73 deletions

View File

@@ -1,8 +1,9 @@
@import (reference) './colortheme-all.less';
@import (once) './modal.less';
@import (reference) './modal.less';
.fileupload_main () {
/* Upload status table */
modal_main();
#cp-fileupload {
.modal_base();
position: absolute;