vant/src/list/index.less
neverland b3146b9108
style: decentralized less var (#8369)
* style: decentralized less var

* chore: remove emtpy var file
2021-03-17 16:14:18 +08:00

25 lines
425 B
Plaintext

@import './var.less';
.van-list {
&__loading,
&__finished-text,
&__error-text {
color: @list-text-color;
font-size: @list-text-font-size;
line-height: @list-text-line-height;
text-align: center;
}
&__placeholder {
height: 0;
pointer-events: none;
}
&__loading-icon {
.van-loading__spinner {
width: @list-loading-icon-size;
height: @list-loading-icon-size;
}
}
}