[improvement] Uploader: add less vars (#3907)

This commit is contained in:
neverland
2019-07-20 10:25:34 +08:00
committed by GitHub
parent 005c2b0d7a
commit 20b3a678c5
2 changed files with 10 additions and 5 deletions
+5
View File
@@ -624,3 +624,8 @@
@uploader-upload-background-color: @white;
@uploader-delete-color: @white;
@uploader-delete-background-color: rgba(0, 0, 0, .45);
@uploader-file-background-color: @background-color;
@uploader-file-icon-size: 20px;
@uploader-file-icon-color: @gray-darker;
@uploader-file-name-font-size: 12px;
@uploader-file-name-text-color: @gray-darker;