feat(Image): add @image-loading-icon-size、@image-error-icon-size var
This commit is contained in:
@@ -34,4 +34,12 @@
|
||||
font-size: @image-placeholder-font-size;
|
||||
background-color: @image-placeholder-background-color;
|
||||
}
|
||||
|
||||
&__loading-icon {
|
||||
font-size: @image-loading-icon-size;
|
||||
}
|
||||
|
||||
&__error-icon {
|
||||
font-size: @image-error-icon-size;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user