mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-20 02:49:46 +08:00
16 lines
547 B
Plaintext
16 lines
547 B
Plaintext
@import '../style/var.less';
|
|
|
|
@picker-background-color: @white;
|
|
@picker-toolbar-height: 44px;
|
|
@picker-title-font-size: @font-size-lg;
|
|
@picker-title-line-height: @line-height-md;
|
|
@picker-action-padding: 0 @padding-md;
|
|
@picker-action-font-size: @font-size-md;
|
|
@picker-confirm-action-color: @text-link-color;
|
|
@picker-cancel-action-color: @gray-6;
|
|
@picker-option-font-size: @font-size-lg;
|
|
@picker-option-text-color: @black;
|
|
@picker-option-disabled-opacity: 0.3;
|
|
@picker-loading-icon-color: @blue;
|
|
@picker-loading-mask-color: rgba(255, 255, 255, 0.9);
|