|
|
@@ -136,6 +136,7 @@ $picker-item-text-color: #808080 !default;
|
|
|
$picker-item-active-text-color: $primary-color !default;
|
|
|
$picker-item-text-font-size: 16px !default;
|
|
|
$picker-item-active-line-border: 1px solid rgba(0, 0, 0, 0.06) !default;
|
|
|
+$picker-columns-item-color: $title-color !default;
|
|
|
|
|
|
//input
|
|
|
$input-border-bottom: #eaf0fb !default;
|
|
|
@@ -310,6 +311,7 @@ $infiniteloading-bottom-color: #c8c8c8 !default;
|
|
|
//range
|
|
|
$range-tip-font-color: #333333 !default;
|
|
|
$range-bg-color: rgba(0, 0, 0, 0.15) !default;
|
|
|
+$range-bg-color-tick: #d9d9d9 !default;
|
|
|
$range-bar-bg-color: linear-gradient(135deg, $primary-color 0%, $primary-color-end 100%) !default;
|
|
|
$range-bar-btn-bg-color: $primary-color !default;
|
|
|
$range-bar-btn-width: 22px !default;
|