第二批修改,增加部分组件特制主题

This commit is contained in:
“jonyshi” 2019-02-28 16:55:35 +08:00
parent bdc14cc1c5
commit 1aa5932d5d
1 changed files with 7 additions and 3 deletions

View File

@ -206,7 +206,7 @@ $color-light: $gray-darker !default;
//redius
$default-border-radius: 4px;
$default-border-radius: $border-radius;
// hover时的背景色包括selectdropdowntabledatepickertreemenu等组件
$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-font-size:12px;
$alert-border-radius: 4px;
$alert-border-radius: $border-radius;
$alert-text-padding-left: 15px;
$alert-text-padding-right: 15px;
$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)));
// datetimepicker
$timepicker-border-gap-color:#ccc;
$timepicker-font-size:14px;
$date-bg-color: unquote("rgb(#{$primary-color})") !default;
@ -1236,7 +1238,6 @@ $message-font-size: 12px;
$message-right: 30px;
$message-width: 300px;
$message-text-margin-right: 15px;
$default-border-radius: 4px;
$message-padding: 0;
$message-content-padding: 15px;
$message-background: $gray-darkest;
@ -1497,3 +1498,6 @@ $table-head-text-color: unquote("rgb(#{$table-header-text-color})") !default;
// bee-transfer
$transfer-border-gap-color:#d9d9d9;
// bee-transfer
$cascader-border-gap-color:#ccc;