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-checkbox {
|
||||
display: flex;
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
@import '../style/var.less';
|
||||
|
||||
@checkbox-size: 20px;
|
||||
@checkbox-border-color: @gray-5;
|
||||
@checkbox-transition-duration: @animation-duration-fast;
|
||||
@checkbox-label-margin: @padding-xs;
|
||||
@checkbox-label-color: @text-color;
|
||||
@checkbox-checked-icon-color: @blue;
|
||||
@checkbox-disabled-icon-color: @gray-5;
|
||||
@checkbox-disabled-label-color: @gray-5;
|
||||
@checkbox-disabled-background-color: @border-color;
|
||||
Reference in New Issue
Block a user