[improvement] Picker: add less vars
This commit is contained in:
@@ -346,6 +346,23 @@
|
||||
@password-input-dot-size: 10px;
|
||||
@password-input-dot-color: @black;
|
||||
|
||||
// Picker
|
||||
@picker-background-color: @white;
|
||||
@picker-toolbar-height: 44px;
|
||||
@picker-title-font-size: 16px;
|
||||
@picker-action-padding: 0 15px;
|
||||
@picker-action-font-size: 14px;
|
||||
@picker-action-text-color: @blue;
|
||||
@picker-action-active-color: @active-color;
|
||||
@picker-option-font-size: 16px;
|
||||
@picker-option-text-color: @gray-dark;
|
||||
@picker-option-selected-text-color: @text-color;
|
||||
@picker-option-disabled-opacity: .3;
|
||||
|
||||
// Popup
|
||||
@popup-background-color: @white;
|
||||
@popup-transition: .3s ease-out;
|
||||
|
||||
// Radio
|
||||
@radio-size: 20px;
|
||||
@radio-border-color: @gray-light;
|
||||
|
||||
Reference in New Issue
Block a user