feat: update upload area style

This commit is contained in:
chenjiahan
2020-02-29 10:45:28 +08:00
parent a2911289fd
commit bd4e64190e
6 changed files with 21 additions and 18 deletions
+4 -1
View File
@@ -43,9 +43,12 @@
height: @uploader-size;
margin: 0 @padding-xs @padding-xs 0;
background-color: @uploader-upload-background-color;
border: 1px dashed @uploader-upload-border-color;
border-radius: @uploader-upload-border-radius;
&:active {
background-color: @uploader-upload-active-color;
}
&-icon {
color: @uploader-icon-color;
font-size: @uploader-icon-size;