style(Image): update loading icon and error icon (#6890)

This commit is contained in:
neverland
2020-07-29 09:36:15 +08:00
committed by GitHub
parent 01d1f05e15
commit 378009fefa
13 changed files with 54 additions and 50 deletions
+2
View File
@@ -36,10 +36,12 @@
}
&__loading-icon {
color: @image-loading-icon-color;
font-size: @image-loading-icon-size;
}
&__error-icon {
color: @image-error-icon-color;
font-size: @image-error-icon-size;
}
}