add popconfirm

This commit is contained in:
Boyuzhou 2017-01-03 13:44:13 +08:00
parent f31027cc2f
commit d0898b9233
1 changed files with 16 additions and 0 deletions

View File

@ -1127,3 +1127,19 @@ $default-border-radius: 4px;
$message-padding: 0;
$message-content-padding: 15px;
$message-background: $gray-darkest;
//popconfirm
$popconfirm-max-width: 300px;
$zIndex-popconfirm: 1540;
$popconfirm-dark-bg: $gray-darkest;
$popconfirm-fallback-dark-border-color: $gray-darkest;
$popconfirm-margin: 10px;
$popconfirm-title-bg: #fff;
$popconfirm-border-color:$border-color-base;
$popconfirm-arrow-width: 10px;
$popconfirm-arrow-color: $border-color-base;
$popconfirm-arrow-outer-width: ;
$popconfirm-arrow-outer-color: $border-color-base;
$popconfirm-border-right-color: $border-color-base;
$popconfirm-fallback-border-color: #fff;