style: decentralized less var (#8369)
* style: decentralized less var * chore: remove emtpy var file
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import '../style/var.less';
|
||||
@import './var.less';
|
||||
|
||||
.van-loading {
|
||||
position: relative;
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
@import '../style/var.less';
|
||||
|
||||
@loading-text-color: @gray-6;
|
||||
@loading-text-font-size: @font-size-md;
|
||||
@loading-spinner-color: @gray-5;
|
||||
@loading-spinner-size: 30px;
|
||||
@loading-spinner-animation-duration: 0.8s;
|
||||
Reference in New Issue
Block a user