feat(style): component using basic css variables
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
@import '../style/var.less';
|
||||
|
||||
@dropdown-menu-height: 48px;
|
||||
@dropdown-menu-background-color: @white;
|
||||
@dropdown-menu-box-shadow: 0 2px 12px fade(@gray-7, 12);
|
||||
@dropdown-menu-background-color: var(--van-white);
|
||||
@dropdown-menu-box-shadow: 0 2px 12px rgba(100, 101, 102, 0.12);
|
||||
@dropdown-menu-title-font-size: 15px;
|
||||
@dropdown-menu-title-text-color: @text-color;
|
||||
@dropdown-menu-title-active-text-color: @red;
|
||||
@dropdown-menu-title-disabled-text-color: @gray-6;
|
||||
@dropdown-menu-title-padding: 0 @padding-xs;
|
||||
@dropdown-menu-title-line-height: @line-height-lg;
|
||||
@dropdown-menu-option-active-color: @red;
|
||||
@dropdown-menu-title-text-color: var(--van-text-color);
|
||||
@dropdown-menu-title-active-text-color: var(--van-red);
|
||||
@dropdown-menu-title-disabled-text-color: var(--van-gray-6);
|
||||
@dropdown-menu-title-padding: 0 var(--van-padding-xs);
|
||||
@dropdown-menu-title-line-height: var(--van-line-height-lg);
|
||||
@dropdown-menu-option-active-color: var(--van-red);
|
||||
@dropdown-menu-content-max-height: 80%;
|
||||
|
||||
Reference in New Issue
Block a user