mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-09-23 03:29:56 +08:00
10 lines
353 B
Plaintext
10 lines
353 B
Plaintext
@import '../style/var.less';
|
|
|
|
@image-placeholder-text-color: var(--van-gray-6);
|
|
@image-placeholder-font-size: var(--van-font-size-md);
|
|
@image-placeholder-background-color: var(--van-background-color);
|
|
@image-loading-icon-size: 32px;
|
|
@image-loading-icon-color: var(--van-gray-4);
|
|
@image-error-icon-size: 32px;
|
|
@image-error-icon-color: var(--van-gray-4);
|