Add missing @popover-text-color variable

This commit is contained in:
Graeme Yeates 2017-05-03 13:35:06 -04:00
parent 5b22faacce
commit eafb41d129
2 changed files with 4 additions and 2 deletions

View File

@ -71,13 +71,13 @@
&-inner-content {
padding: 8px 16px;
color: @text-color;
color: @popover-color;
}
&-message {
padding: 8px 0 16px;
font-size: @font-size-base;
color: @text-color;
color: @popover-color;
> .@{iconfont-css-prefix} {
color: @warning-color;
line-height: 17px;

View File

@ -252,6 +252,8 @@
// ---
//** Popover body background color
@popover-bg: #fff;
//** Popover text color
@popover-color: @text-color;
//** Popover maximum width
@popover-min-width: 177px;
//** Popover arrow width