feat(style): component using basic css variables

This commit is contained in:
chenjiahan
2021-06-12 15:52:22 +08:00
committed by neverland
parent aef2579a95
commit 710aebaee4
117 changed files with 707 additions and 705 deletions
+5 -5
View File
@@ -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;