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-search {
|
||||
display: flex;
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
@import '../style/var.less';
|
||||
|
||||
@search-padding: 10px @padding-sm;
|
||||
@search-background-color: @white;
|
||||
@search-content-background-color: @gray-1;
|
||||
@search-input-height: 34px;
|
||||
@search-label-padding: 0 5px;
|
||||
@search-label-color: @text-color;
|
||||
@search-label-font-size: @font-size-md;
|
||||
@search-left-icon-color: @gray-6;
|
||||
@search-action-padding: 0 @padding-xs;
|
||||
@search-action-text-color: @text-color;
|
||||
@search-action-font-size: @font-size-md;
|
||||
Reference in New Issue
Block a user