第二批修改,增加部分组件特制主题
This commit is contained in:
parent
bdc14cc1c5
commit
1aa5932d5d
|
@ -206,7 +206,7 @@ $color-light: $gray-darker !default;
|
||||||
|
|
||||||
//redius
|
//redius
|
||||||
|
|
||||||
$default-border-radius: 4px;
|
$default-border-radius: $border-radius;
|
||||||
|
|
||||||
// hover时的背景色,包括select、dropdown、table、datepicker、tree、menu等组件
|
// hover时的背景色,包括select、dropdown、table、datepicker、tree、menu等组件
|
||||||
$hover-bg-color-base: unquote("rgb(#{$item-hover-bg-color-base})") !default;
|
$hover-bg-color-base: unquote("rgb(#{$item-hover-bg-color-base})") !default;
|
||||||
|
@ -567,7 +567,7 @@ $timeline-danger-color: $color-danger;
|
||||||
|
|
||||||
$alert-padding:10px;
|
$alert-padding:10px;
|
||||||
$alert-font-size:12px;
|
$alert-font-size:12px;
|
||||||
$alert-border-radius: 4px;
|
$alert-border-radius: $border-radius;
|
||||||
$alert-text-padding-left: 15px;
|
$alert-text-padding-left: 15px;
|
||||||
$alert-text-padding-right: 15px;
|
$alert-text-padding-right: 15px;
|
||||||
$alert-close-font-size: 21px;
|
$alert-close-font-size: 21px;
|
||||||
|
@ -700,6 +700,8 @@ $loading-duration: 360 * $loading-arc-time / (
|
||||||
strip-units($loading-arc-start-rot + (360deg - $loading-arc-size)));
|
strip-units($loading-arc-start-rot + (360deg - $loading-arc-size)));
|
||||||
|
|
||||||
// datetimepicker
|
// datetimepicker
|
||||||
|
$timepicker-border-gap-color:#ccc;
|
||||||
|
$timepicker-font-size:14px;
|
||||||
|
|
||||||
$date-bg-color: unquote("rgb(#{$primary-color})") !default;
|
$date-bg-color: unquote("rgb(#{$primary-color})") !default;
|
||||||
|
|
||||||
|
@ -1236,7 +1238,6 @@ $message-font-size: 12px;
|
||||||
$message-right: 30px;
|
$message-right: 30px;
|
||||||
$message-width: 300px;
|
$message-width: 300px;
|
||||||
$message-text-margin-right: 15px;
|
$message-text-margin-right: 15px;
|
||||||
$default-border-radius: 4px;
|
|
||||||
$message-padding: 0;
|
$message-padding: 0;
|
||||||
$message-content-padding: 15px;
|
$message-content-padding: 15px;
|
||||||
$message-background: $gray-darkest;
|
$message-background: $gray-darkest;
|
||||||
|
@ -1497,3 +1498,6 @@ $table-head-text-color: unquote("rgb(#{$table-header-text-color})") !default;
|
||||||
|
|
||||||
// bee-transfer
|
// bee-transfer
|
||||||
$transfer-border-gap-color:#d9d9d9;
|
$transfer-border-gap-color:#d9d9d9;
|
||||||
|
|
||||||
|
// bee-transfer
|
||||||
|
$cascader-border-gap-color:#ccc;
|
Loading…
Reference in New Issue