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-circle {
|
||||
position: relative;
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
@import '../style/var.less';
|
||||
|
||||
@circle-size: 100px;
|
||||
@circle-color: @blue;
|
||||
@circle-layer-color: @white;
|
||||
@circle-text-color: @text-color;
|
||||
@circle-text-font-weight: @font-weight-bold;
|
||||
@circle-text-font-size: @font-size-md;
|
||||
@circle-text-line-height: @line-height-md;
|
||||
Reference in New Issue
Block a user