feat(style): component using basic css variables
This commit is contained in:
@@ -1,11 +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-padding: 0 var(--van-padding-md);
|
||||
@notice-bar-wrapable-padding: var(--van-padding-xs) var(--van-padding-md);
|
||||
@notice-bar-text-color: var(--van-orange-dark);
|
||||
@notice-bar-font-size: var(--van-font-size-md);
|
||||
@notice-bar-line-height: 24px;
|
||||
@notice-bar-background-color: @orange-light;
|
||||
@notice-bar-background-color: var(--van-orange-light);
|
||||
@notice-bar-icon-size: 16px;
|
||||
@notice-bar-icon-min-width: 24px;
|
||||
|
||||
Reference in New Issue
Block a user