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-notice-bar {
|
||||
position: relative;
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
@import '../style/var.less';
|
||||
|
||||
@notice-bar-height: 40px;
|
||||
@notice-bar-padding: 0 @padding-md;
|
||||
@notice-bar-wrapable-padding: @padding-xs @padding-md;
|
||||
@notice-bar-text-color: @orange-dark;
|
||||
@notice-bar-font-size: @font-size-md;
|
||||
@notice-bar-line-height: 24px;
|
||||
@notice-bar-background-color: @orange-light;
|
||||
@notice-bar-icon-size: 16px;
|
||||
@notice-bar-icon-min-width: 24px;
|
||||
Reference in New Issue
Block a user